Skip to content

Commit a7f6a24

Browse files
committed
fix: Error signing output with public key from file
1 parent d2da97b commit a7f6a24

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
@@ -16,6 +16,7 @@
1616

1717
<ItemGroup>
1818
<None Remove="lib\System.Net.WebSockets.Client.Managed.dll" />
19+
<None Remove="SocketIOClient.Windows7.snk" />
1920
</ItemGroup>
2021

2122
<ItemGroup>

src/SocketIOClient/SocketIOClient.csproj

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

28+
<ItemGroup>
29+
<None Remove="SocketIOClient.snk" />
30+
</ItemGroup>
31+
2832
<ItemGroup>
2933
<PackageReference Include="System.Collections" Version="4.3.0" />
3034
<PackageReference Include="System.Text.Json" Version="5.0.2" />

0 commit comments

Comments
 (0)