Skip to content

Commit

Permalink
Add reference from Core tests to macaroon.
Browse files Browse the repository at this point in the history
* Don't know why, but compiler complains that
  tests can not access Macaroons in BouncyCastleBuild
  when I specify PrivateAssets="all" for DNL.Core to
  Macaroons ProjectReference. this fixes test.
  • Loading branch information
joemphilips committed Jun 10, 2020
1 parent c2cd006 commit c63b168
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,6 @@
<ProjectReference Condition="'$(BouncyCastle)'!='true'" Include="..\..\src\Secp256k1.Net\Secp256k1.Net.csproj" />
<ProjectReference Condition="'$(BouncyCastle)'!='true'" Include="..\..\src\NSec\Experimental\NSec.Experimental.csproj" />
<ProjectReference Include="..\..\src\ResultUtils\ResultUtils.fsproj" />
<ProjectReference Include="..\..\src\Macaroons\Macaroons.csproj" />
</ItemGroup>
</Project>

0 comments on commit c63b168

Please sign in to comment.