Skip to content

Commit e5ad953

Browse files
committed
Merge branch 'feat-dotnet-corefx-29853' into master
2 parents abf50fd + 3fb10f7 commit e5ad953

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

src/SocketIOClient.Windows7/SocketIOClient.Windows7.csproj

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<TargetFramework>netstandard2.0</TargetFramework>
55
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
6-
<Version>2.2.4.2-alpha.1</Version>
6+
<Version>2.2.4.2-alpha.2</Version>
77
<Description>socket.io-client implemention for .NET</Description>
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<PackageProjectUrl>https://github.com/doghappy/socket.io-client-csharp</PackageProjectUrl>
@@ -60,13 +60,15 @@
6060
<Compile Include="..\SocketIOClient\WebSocketClient\IWebSocketClient.cs" Link="WebSocketClient\IWebSocketClient.cs" />
6161
</ItemGroup>
6262

63+
<!--
6364
<ItemGroup>
6465
<Content Include="lib\System.Net.WebSockets.Client.Managed.dll">
6566
<Pack>true</Pack>
6667
<PackagePath>lib\$(TargetFramework)</PackagePath>
6768
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
6869
</Content>
6970
</ItemGroup>
71+
-->
7072

7173
<ItemGroup>
7274
<Folder Include="ConnectInterval\" />
@@ -79,13 +81,8 @@
7981
</ItemGroup>
8082

8183
<ItemGroup>
84+
<PackageReference Include="matthid-System.Net.WebSockets.Client.Managed" Version="1.0.1" />
8285
<PackageReference Include="System.Text.Json" Version="5.0.2" />
8386
</ItemGroup>
8487

85-
<ItemGroup>
86-
<Reference Include="System.Net.WebSockets.Client.Managed">
87-
<HintPath>System.Net.WebSockets.Client.Managed.dll</HintPath>
88-
</Reference>
89-
</ItemGroup>
90-
9188
</Project>

0 commit comments

Comments
 (0)