Skip to content

Commit

Permalink
Bump System.Net.Http from 4.3.3 to 4.3.4 in /QBitNinja.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 Apr 21, 2021
1 parent 4e5910f commit 2c27236
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion QBitNinja.Client/QBitNinja.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<ItemGroup>
<PackageReference Include="NBitcoin" Version="5.0.27" />
<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
2 changes: 1 addition & 1 deletion QBitNinja.Tests/QBitNinja.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Version>3.1.0</Version>
</PackageReference>
<PackageReference Include="System.Net.Http">
<Version>4.3.3</Version>
<Version>4.3.4</Version>
<ExcludeAssets>All</ExcludeAssets>
</PackageReference>
<PackageReference Include="Microsoft.AspNet.WebApi.OwinSelfHost">
Expand Down
2 changes: 1 addition & 1 deletion QBitNinja/QBitNinja.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
<Version>4.3.0</Version>
</PackageReference>
<PackageReference Include="System.Net.Http">
<Version>4.3.3</Version>
<Version>4.3.4</Version>
<ExcludeAssets>All</ExcludeAssets>
</PackageReference>
<PackageReference Include="WindowsAzure.ServiceBus">
Expand Down

0 comments on commit 2c27236

Please sign in to comment.