Skip to content
This repository was archived by the owner on Nov 22, 2018. It is now read-only.

Commit e48eef8

Browse files
authored
Add privateassets=all to NS.Library.NETFramework reference
1 parent 4ab7a19 commit e48eef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</ItemGroup>
1818

1919
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'">
20-
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
20+
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" PrivateAssets="All" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)