Skip to content

Commit

Permalink
Bump Bitcoin Core and NBitcoin (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier authored Jan 16, 2025
1 parent a38ad24 commit 2ed4f78
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions NBXplorer.Client/NBXplorer.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<NoWarn>$(NoWarn);1591;1573;1572;1584;1570;3021</NoWarn>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NBitcoin" Version="7.0.49" />
<PackageReference Include="NBitcoin.Altcoins" Version="3.0.32" />
<PackageReference Include="NBitcoin" Version="7.0.50" />
<PackageReference Include="NBitcoin.Altcoins" Version="3.0.33" />
</ItemGroup>
<ItemGroup>
<None Include="..\README.md" Pack="true" PackagePath="\" />
Expand Down
2 changes: 1 addition & 1 deletion NBXplorer.Tests/NBXplorer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<EmbeddedResource Include="Scripts\generate-whale.sql" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="NBitcoin.TestFramework" Version="3.0.32" />
<PackageReference Include="NBitcoin.TestFramework" Version="3.0.33" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.12.0" />
<PackageReference Include="xunit" Version="2.9.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.8.0">
Expand Down

0 comments on commit 2ed4f78

Please sign in to comment.