|
|
@@ -1,10 +1,10 @@
|
|
|
<!-- This file is automatically generated. -->
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
<PropertyGroup>
|
|
|
- <TargetFrameworks>netcoreapp3.0</TargetFrameworks>
|
|
|
+ <TargetFrameworks>netstandard2.0</TargetFrameworks>
|
|
|
</PropertyGroup>
|
|
|
- <ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.0'">
|
|
|
- <Compile Include="Microsoft.AspNetCore.JsonPatch.netcoreapp3.0.cs" />
|
|
|
+ <ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
|
|
|
+ <Compile Include="Microsoft.AspNetCore.JsonPatch.netstandard2.0.cs" />
|
|
|
<Reference Include="Microsoft.CSharp" />
|
|
|
<Reference Include="Newtonsoft.Json" />
|
|
|
</ItemGroup>
|