Skip to content

Commit

Permalink
Merge branch 'master' into revocation-types
Browse files Browse the repository at this point in the history
  • Loading branch information
joemphilips authored Jun 10, 2020
2 parents 974723f + c63b168 commit 973ce39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/DotNetLightning.Core/DotNetLightning.Core.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<ProjectReference Condition="'$(BouncyCastle)'!='true'" Include="..\NSec\Experimental\NSec.Experimental.csproj" PrivateAssets="all" />
<ProjectReference Include="..\ResultUtils\ResultUtils.fsproj" PrivateAssets="all" />
<ProjectReference Include="..\InternalBech32Encoder\InternalBech32Encoder.csproj" PrivateAssets="all" />
<ProjectReference Include="..\Macaroons\Macaroons.csproj" />
<ProjectReference Include="..\Macaroons\Macaroons.csproj" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,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 973ce39

Please sign in to comment.