Add privateassets=all to NS.Library.NETFramework reference

This commit is contained in:
Nate McMaster 2017-05-23 10:05:31 -07:00 committed by GitHub
parent 4ab7a19dc2
commit e48eef8347
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
</ItemGroup>
</Project>