File tree Expand file tree Collapse file tree 1 file changed +4
-7
lines changed
src/SocketIOClient.Windows7 Expand file tree Collapse file tree 1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change 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 >
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\" />
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 >
You can’t perform that action at this time.
0 commit comments