Skip to content

Commit

Permalink
Make sure app cast gen tests can use bouncy castle as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Jul 14, 2024
1 parent 99af651 commit 1970168
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<TargetFrameworks>net8.0;net7.0;net6.0</TargetFrameworks>

<IsPackable>false</IsPackable>
<IsTestProject>true</IsTestProject>
</PropertyGroup>

<ItemGroup>
Expand All @@ -15,6 +16,7 @@

<ItemGroup>
<ProjectReference Include="..\NetSparkle.Tools.AppCastGenerator\NetSparkle.Tools.AppCastGenerator.csproj" />
<PackageReference Include="BouncyCastle.Cryptography" Version="2.4.0" />
</ItemGroup>

</Project>

0 comments on commit 1970168

Please sign in to comment.