Skip to content

Commit

Permalink
LibCrypto csproj: back to project reference
Browse files Browse the repository at this point in the history
dotnet build fails with PackageReference, which is needed for publishing....
  • Loading branch information
lumip committed Mar 21, 2021
1 parent 3c4e8fc commit e4b7164
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -42,8 +42,8 @@ SPDX-FileType: SOURCE
</PropertyGroup>

<ItemGroup>
<!--<ProjectReference Include="../CompactCryptoGroupAlgebra/CompactCryptoGroupAlgebra.csproj" />-->
<PackageReference Include="CompactCryptoGroupAlgebra" Version="2.0.0-alpha2" />
<ProjectReference Include="../CompactCryptoGroupAlgebra/CompactCryptoGroupAlgebra.csproj" />
<!-- <PackageReference Include="CompactCryptoGroupAlgebra" Version="2.0.0-alpha2" /> -->
</ItemGroup>

</Project>

0 comments on commit e4b7164

Please sign in to comment.