mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-12 08:07:10 -07: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
|