mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 13:13:23 +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
|