Skip to content

Commit

Permalink
For consistency, use version 4.3.0 of System.Net.Http
Browse files Browse the repository at this point in the history
  • Loading branch information
cbiesinger committed Jun 20, 2019
1 parent 168feec commit f27fd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/JsDbg.Core/JsDbg.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="System.IO" Version="4.3.0" />
<PackageReference Include="System.Net.Http" Version="4.3.4" />
<PackageReference Include="System.Net.Http" Version="4.3.0" />
<PackageReference Include="System.Runtime" Version="4.3.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net472'">
Expand Down

0 comments on commit f27fd0c

Please sign in to comment.