Remove NETSTandard.Library.NETFramework

This commit is contained in:
Ryan Brandenburg 2017-07-06 15:28:29 -07:00
parent bd90271c85
commit e4f3b9d624
1 changed files with 0 additions and 4 deletions

View File

@ -7,10 +7,6 @@
<TargetFrameworks Condition=" '$(OS)' != 'Windows_NT' ">netcoreapp2.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)'=='net461'">
<PackageReference Include="NETStandard.Library.NETFramework" Version="$(NETStandardLibraryNETFrameworkVersion)" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\Microsoft.AspNetCore.JsonPatch\Microsoft.AspNetCore.JsonPatch.csproj" />
</ItemGroup>