Skip to content

Commit

Permalink
chore: Bump version of Bn254.Net and Groth16.Net
Browse files Browse the repository at this point in the history
  • Loading branch information
gldeng committed Sep 30, 2024
1 parent a9139ae commit 81842ba
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/AElf.CSharp.CodeOps/AElf.CSharp.CodeOps.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<ItemGroup>
<PackageReference Include="Basic.Reference.Assemblies.Net80" Version="1.5.0" />
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="Groth16.Net" Version="1.1.0" />
<PackageReference Include="Groth16.Net" Version="1.1.2" />
<PackageReference Include="Poseidon.Net" Version="0.1.1" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion src/AElf.Runtime.CSharp/AElf.Runtime.CSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup>
<PackageReference Include="Mono.Cecil" Version="0.11.4" />
<PackageReference Include="Bn254.Net" Version="0.1.0-preview.3" />
<PackageReference Include="Bn254.Net" Version="0.1.0" />
<PackageReference Include="Rebex.Elliptic.Ed25519" Version="1.2.1"/>
<PackageReference Include="Nethereum.Web3" Version="4.21.4"/>
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Bn254.Net" Version="0.1.0-preview.3" >
<PackageReference Include="Bn254.Net" Version="0.1.0" >
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Rebex.Elliptic.Ed25519" Version="1.2.1">
Expand Down
1 change: 0 additions & 1 deletion test/ZkWasmVerifier.Tests/ZkWasmVerifier.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Bn254.Net" Version="0.1.0-preview.3" />
<PackageReference Include="Nethereum.Web3" Version="4.21.4" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 81842ba

Please sign in to comment.