1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-11-06 02:52:41 +01:00
Radarr/packages/EntityFramework.SqlServerCompact.4.1.8482.2/tools/install.ps1

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