mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-02 13:04:37 +00:00
4 lines
181 B
PowerShell
4 lines
181 B
PowerShell
|
param($installPath, $toolsPath, $package, $project)
|
||
|
$project.Object.References.Add("System.Transactions") | Out-Null
|
||
|
$project.Object.References.Add("System.Data.Entity") | Out-Null
|