Skip to content

Commit

Permalink
Added chia.dotnet.bls nuget package
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinOnFrontEnd committed Jan 6, 2024
1 parent 784b6ad commit b8db21d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CLVMDotNet/src/CLVMDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="chia.dotnet.bls" Version="0.9.0" />
</ItemGroup>

</Project>
1 change: 1 addition & 0 deletions CLVMDotNet/tests/CLVMDotNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="chia.dotnet.bls" Version="0.9.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.7.1" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
Expand Down

0 comments on commit b8db21d

Please sign in to comment.