File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed
src/SocketIOClient.Windows7 Expand file tree Collapse file tree 1 file changed +14
-2
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.1</Version >
6+ <Version >2.2.4.2-alpha. 1</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 >
1414 <AssemblyOriginatorKeyFile >SocketIOClient.Windows7.snk</AssemblyOriginatorKeyFile >
1515 </PropertyGroup >
1616
17+ <ItemGroup >
18+ <None Remove =" lib\System.Net.WebSockets.Client.Managed.dll" />
19+ </ItemGroup >
20+
1721 <ItemGroup >
1822 <Compile Include =" ..\SocketIOClient\BelowNormalEvent.cs" Link =" BelowNormalEvent.cs" />
1923 <Compile Include =" ..\SocketIOClient\ConnectInterval\DefaultConnectInterval.cs" Link =" ConnectInterval\DefaultConnectInterval.cs" />
5660 <Compile Include =" ..\SocketIOClient\WebSocketClient\IWebSocketClient.cs" Link =" WebSocketClient\IWebSocketClient.cs" />
5761 </ItemGroup >
5862
63+ <ItemGroup >
64+ <Content Include =" lib\System.Net.WebSockets.Client.Managed.dll" >
65+ <Pack >true</Pack >
66+ <PackagePath >lib\$(TargetFramework)</PackagePath >
67+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
68+ </Content >
69+ </ItemGroup >
70+
5971 <ItemGroup >
6072 <Folder Include =" ConnectInterval\" />
6173 <Folder Include =" EioHandler\" />
7284
7385 <ItemGroup >
7486 <Reference Include =" System.Net.WebSockets.Client.Managed" >
75- <HintPath >lib\ System.Net.WebSockets.Client.Managed.dll</HintPath >
87+ <HintPath >System.Net.WebSockets.Client.Managed.dll</HintPath >
7688 </Reference >
7789 </ItemGroup >
7890
You can’t perform that action at this time.
0 commit comments