Include ReferenceAssemblies for build agent

This commit is contained in:
Taloth Saldono 2019-12-29 00:43:05 +01:00
parent bdc0bb4441
commit 473b146ae2
1 changed files with 6 additions and 0 deletions

View File

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