Remove NETStandard.Library.NETFramework

This commit is contained in:
Ryan Brandenburg
2017-07-06 15:46:51 -07:00
committed by Steve Sanderson
parent 58145d33e3
commit fd90301b1c

View File

@@ -19,6 +19,5 @@
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'">
<PackageReference Include="NETStandard.Library" Version="$(NETStandardImplicitPackageVersion)" />
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
</ItemGroup>
</Project>