1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-28 10:37:41 +00:00
Lidarr/packages/EntityFramework.SqlServerCompact.4.1.8482.2/tools/install.ps1

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