Skip to content

Commit

Permalink
upd dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
kzorin52 committed Nov 13, 2024
1 parent a11741c commit 0ddad62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions NBip32Fast.Ed25519/NBip32Fast.Ed25519.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@

<ItemGroup>
<PackageReference Include="BouncyCastle.Cryptography" Version="2.5.0-beta.105" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NBip32Fast\NBip32Fast.csproj" />
<PackageReference Include="NBip32Fast" Version="2.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion NBip32Fast.NistP256/NBip32Fast.NistP256.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NBip32Fast\NBip32Fast.csproj" />
<PackageReference Include="NBip32Fast" Version="2.0.0" />
<PackageReference Include="Nethermind.Numerics.Int256" Version="1.2.0" />
<PackageReference Include="NistP256Net" Version="1.0.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion NBip32Fast.Secp256K1/NBip32Fast.Secp256K1.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\NBip32Fast\NBip32Fast.csproj" />
<PackageReference Include="NBip32Fast" Version="2.0.0" />
<PackageReference Include="Nethermind.Crypto.SecP256k1" Version="1.2.9" />
<PackageReference Include="Nethermind.Numerics.Int256" Version="1.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 0ddad62

Please sign in to comment.