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 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
- <Version >2.3.1 </Version >
6
+ <Version >3.0.0 </Version >
7
7
<Description >socket.io-client json serialization/deserialization for Newtonsoft.Json</Description >
8
8
<PackageLicenseExpression >MIT</PackageLicenseExpression >
9
9
<PackageProjectUrl >https://github.com/doghappy/socket.io-client-csharp</PackageProjectUrl >
Original file line number Diff line number Diff line change 7
7
</PropertyGroup >
8
8
9
9
<ItemGroup >
10
+ <ProjectReference Include =" ..\SocketIOClient.Newtonsoft.Json\SocketIOClient.Newtonsoft.Json.csproj" />
11
+ <ProjectReference Include =" ..\SocketIOClient.Windows7\SocketIOClient.Windows7.csproj" />
10
12
<ProjectReference Include =" ..\SocketIOClient\SocketIOClient.csproj" />
11
13
</ItemGroup >
12
14
Original file line number Diff line number Diff line change 3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.0</TargetFramework >
5
5
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
6
- <Version >2.3.1 </Version >
6
+ <Version >3.0.0 </Version >
7
7
<Description >socket.io-client implemention for .NET</Description >
8
8
<PackageLicenseExpression >MIT</PackageLicenseExpression >
9
9
<PackageProjectUrl >https://github.com/doghappy/socket.io-client-csharp</PackageProjectUrl >
Original file line number Diff line number Diff line change 13
13
<RepositoryType >github</RepositoryType >
14
14
<GeneratePackageOnBuild >true</GeneratePackageOnBuild >
15
15
<PackageLicenseFile ></PackageLicenseFile >
16
- <Version >2.3.1 </Version >
16
+ <Version >3.0.0 </Version >
17
17
<PackageReleaseNotes ></PackageReleaseNotes >
18
18
<PackageLicenseExpression >MIT</PackageLicenseExpression >
19
19
<SignAssembly >true</SignAssembly >
You can’t perform that action at this time.
0 commit comments