Skip to content

Commit 8a6c066

Browse files
committed
#147 fix reference ExtShared
1 parent 1d72298 commit 8a6c066

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Examples/DSAExample/DSAExample.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55

66
using CryptoNet;
77
using CryptoNet.ExtShared;
8-
using System.Runtime.InteropServices;
9-
108

119
var confidentialMessage = "Watson, can you hear me?";
1210

Examples/DSAExample/DSAExample.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,11 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="System.Text.Json" Version="8.0.5" />
12+
<PackageReference Include="System.Text.Json" Version="9.0.8" />
1313
</ItemGroup>
1414

1515
<ItemGroup>
1616
<ProjectReference Include="..\..\CryptoNet\CryptoNet.csproj" />
17+
<ProjectReference Include="..\..\CryptoNet.ExtShared\CryptoNet.ExtShared.csproj" />
1718
</ItemGroup>
1819
</Project>

0 commit comments

Comments
 (0)