Skip to content

Commit

Permalink
-Build
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Feb 21, 2018
1 parent 432eaa0 commit 704d098
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions Src/Newtonsoft.Json.Schema/Newtonsoft.Json.Schema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,9 @@
<AssemblyTitle>Json.NET Schema .NET 3.5</AssemblyTitle>
<DefineConstants>NET35;$(AdditionalConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3' OR '$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
<PackageReference Include="System.Runtime.Serialization.Primitives" Version="4.3.0" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
<AssemblyTitle>Json.NET Schema .NET Standard 1.3</AssemblyTitle>
<DefineConstants>NETSTANDARD1_3;PORTABLE;$(AdditionalConstants)</DefineConstants>
Expand Down

0 comments on commit 704d098

Please sign in to comment.