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 d2da97b commit a7f6a24Copy full SHA for a7f6a24
src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj
@@ -1,4 +1,4 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<TargetFramework>netstandard2.0</TargetFramework>
@@ -16,6 +16,7 @@
16
17
<ItemGroup>
18
<None Remove="lib\System.Net.WebSockets.Client.Managed.dll" />
19
+ <None Remove="SocketIOClient.Windows7.snk" />
20
</ItemGroup>
21
22
src/SocketIOClient/SocketIOClient.csproj
@@ -25,6 +25,10 @@
25
<OutputPath>bin\Release\</OutputPath>
26
</PropertyGroup>
27
28
+ <ItemGroup>
29
+ <None Remove="SocketIOClient.snk" />
30
+ </ItemGroup>
31
+
32
33
<PackageReference Include="System.Collections" Version="4.3.0" />
34
<PackageReference Include="System.Text.Json" Version="5.0.2" />
0 commit comments