1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-24 08:42:19 +02:00

Include ReferenceAssemblies for build agent

This commit is contained in:
Taloth Saldono 2019-12-29 00:43:05 +01:00
parent bdc0bb4441
commit 473b146ae2

View File

@ -106,4 +106,10 @@
<!-- For now keep the NzbDrone namespace -->
<RootNamespace Condition="'$(SonarrProject)'=='true'">$(MSBuildProjectName.Replace('Sonarr','NzbDrone'))</RootNamespace>
</PropertyGroup>
<!-- Get the reference assemblies for build agent -->
<ItemGroup Condition="'$(TargetFramework)'=='net472'">
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies.net472" Version="1.0.0" />
</ItemGroup>
</Project>