Skip to content

Commit

Permalink
Bump System.Net.Http from 4.3.3 to 4.3.4 in /QBitNinja.Client.Tests
Browse files Browse the repository at this point in the history
Bumps System.Net.Http from 4.3.3 to 4.3.4.

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 30, 2021
1 parent afb9192 commit 19f1dcf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion QBitNinja.Client.Tests/QBitNinja.Client.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Version>5.0.27</Version>
</PackageReference>
<PackageReference Include="System.Net.Http">
<Version>4.3.3</Version>
<Version>4.3.4</Version>
</PackageReference>
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion QBitNinja.Client/QBitNinja.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<PackageReference Include="NBitcoin" Version="5.0.27" Condition="'$(LIB_ONLY)' == 'false'" />
<PackageReference Include="NBitcoin" Version="6.0.8" Condition="'$(LIB_ONLY)' == 'true'" />
<PackageReference Include="System.Net.Http">
<Version>4.3.3</Version>
<Version>4.3.4</Version>
<ExcludeAssets Condition=" '$(TargetFramework)' == 'net472' ">All</ExcludeAssets>
</PackageReference>
</ItemGroup>
Expand Down

0 comments on commit 19f1dcf

Please sign in to comment.