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 704d098 commit c99b6f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Newtonsoft.Json.Schema/Newtonsoft.Json.Schema.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<AssemblyTitle>Json.NET Schema .NET 3.5</AssemblyTitle>
<DefineConstants>NET35;$(AdditionalConstants)</DefineConstants>
</PropertyGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3' OR '$(TargetFramework)' == 'netstandard2.0'">
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
<PackageReference Include="System.Net.Requests" Version="4.3.0" />
</ItemGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.3'">
Expand Down

0 comments on commit c99b6f0

Please sign in to comment.