mirror of
https://github.com/Radarr/Radarr
synced 2025-12-11 02:44:41 +01:00
3 lines
181 B
PowerShell
3 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
|