File tree Expand file tree Collapse file tree 4 files changed +5
-3
lines changed
SocketIOClient.Newtonsoft.Json Expand file tree Collapse file tree 4 files changed +5
-3
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.3.1 </Version >
6+ <Version >3.0.0 </Version >
77 <Description >socket.io-client json serialization/deserialization for Newtonsoft.Json</Description >
88 <PackageLicenseExpression >MIT</PackageLicenseExpression >
99 <PackageProjectUrl >https://github.com/doghappy/socket.io-client-csharp</PackageProjectUrl >
Original file line number Diff line number Diff line change 77 </PropertyGroup >
88
99 <ItemGroup >
10+ <ProjectReference Include =" ..\SocketIOClient.Newtonsoft.Json\SocketIOClient.Newtonsoft.Json.csproj" />
11+ <ProjectReference Include =" ..\SocketIOClient.Windows7\SocketIOClient.Windows7.csproj" />
1012 <ProjectReference Include =" ..\SocketIOClient\SocketIOClient.csproj" />
1113 </ItemGroup >
1214
Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <TargetFramework >netstandard2.0</TargetFramework >
55 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6- <Version >2.3.1 </Version >
6+ <Version >3.0.0 </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 >
Original file line number Diff line number Diff line change 1313 <RepositoryType >github</RepositoryType >
1414 <GeneratePackageOnBuild >true</GeneratePackageOnBuild >
1515 <PackageLicenseFile ></PackageLicenseFile >
16- <Version >2.3.1 </Version >
16+ <Version >3.0.0 </Version >
1717 <PackageReleaseNotes ></PackageReleaseNotes >
1818 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1919 <SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments