mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-02 18:55:38 -04: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
|