Remove NETStandard.Library.NETFramework

This commit is contained in:
Ryan Brandenburg 2017-07-06 15:57:20 -07:00
parent 195d435278
commit f1bce4f6cd
1 changed files with 0 additions and 4 deletions

View File

@ -18,8 +18,4 @@
<PackageReference Include="Internal.AspNetCore.Sdk" Version="$(InternalAspNetCoreSdkVersion)" PrivateAssets="All" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFrameworkIdentifier)'=='.NETFramework'">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
</ItemGroup>
</Project>