We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d72298 commit 8a6c066Copy full SHA for 8a6c066
Examples/DSAExample/DSAExample.cs
@@ -5,8 +5,6 @@
5
6
using CryptoNet;
7
using CryptoNet.ExtShared;
8
-using System.Runtime.InteropServices;
9
-
10
11
var confidentialMessage = "Watson, can you hear me?";
12
Examples/DSAExample/DSAExample.csproj
@@ -9,10 +9,11 @@
</PropertyGroup>
<ItemGroup>
- <PackageReference Include="System.Text.Json" Version="8.0.5" />
+ <PackageReference Include="System.Text.Json" Version="9.0.8" />
13
</ItemGroup>
14
15
16
<ProjectReference Include="..\..\CryptoNet\CryptoNet.csproj" />
17
+ <ProjectReference Include="..\..\CryptoNet.ExtShared\CryptoNet.ExtShared.csproj" />
18
19
</Project>
0 commit comments