Skip to content

Commit 25372e7

Browse files
committed
fix: Error signing output with public key from file
1 parent 7418295 commit 25372e7

File tree

4 files changed

+0
-5
lines changed

4 files changed

+0
-5
lines changed

src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616

1717
<ItemGroup>
1818
<None Remove="lib\System.Net.WebSockets.Client.Managed.dll" />
19-
<None Remove="SocketIOClient.Windows7.snk" />
2019
</ItemGroup>
2120

2221
<ItemGroup>
596 Bytes
Binary file not shown.

src/SocketIOClient/SocketIOClient.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@
2525
<OutputPath>bin\Release\</OutputPath>
2626
</PropertyGroup>
2727

28-
<ItemGroup>
29-
<None Remove="SocketIOClient.snk" />
30-
</ItemGroup>
31-
3228
<ItemGroup>
3329
<PackageReference Include="System.Collections" Version="4.3.0" />
3430
<PackageReference Include="System.Text.Json" Version="5.0.2" />
596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)