diff --git a/Ragon.Protocol/Ragon.Protocol.csproj b/Ragon.Protocol/Ragon.Protocol.csproj
index 935da96..ed88ebb 100644
--- a/Ragon.Protocol/Ragon.Protocol.csproj
+++ b/Ragon.Protocol/Ragon.Protocol.csproj
@@ -4,8 +4,16 @@
disable
disable
8
- netstandard2.1
Ragon.Common
+ true
+ 1.2.4-rc
+
Ragon.Protocol
+ Eduard Kargin
+ https://ragon-server.com
+ https://github.com/edmand46/Ragon
+ Source
+ Apache-2.0
+ netstandard2.1
@@ -16,8 +24,8 @@
- C:\Users\edmand46\RagonProjects\ragon-unity-sdk\Assets\Ragon-Unity-SDK\Runtime\Plugins
- TRACE;NETSTACK_SPAN
+
+ TRACE;
none
diff --git a/Ragon.Protocol/Sources/RagonVersion.cs b/Ragon.Protocol/Sources/RagonVersion.cs
index f5e4bfb..5778f09 100644
--- a/Ragon.Protocol/Sources/RagonVersion.cs
+++ b/Ragon.Protocol/Sources/RagonVersion.cs
@@ -21,7 +21,7 @@ namespace Ragon.Protocol
{
public static uint Parse(string version)
{
- var strings = version.Split(".");
+ var strings = version.Split('.');
if (strings.Length < 3)
return 0;
diff --git a/Ragon.Server.ENet/Ragon.Server.ENet.csproj b/Ragon.Server.ENet/Ragon.Server.ENet.csproj
index 91c6df9..b81e24d 100644
--- a/Ragon.Server.ENet/Ragon.Server.ENet.csproj
+++ b/Ragon.Server.ENet/Ragon.Server.ENet.csproj
@@ -1,15 +1,15 @@
- net6.0
enable
enable
Ragon.ENet
+ net6.0;net7.0
-
+
diff --git a/Ragon.Server.WebSocketServer/Ragon.Server.WebSocketServer.csproj b/Ragon.Server.WebSocketServer/Ragon.Server.WebSocketServer.csproj
index 0c36bf3..4aa8f12 100644
--- a/Ragon.Server.WebSocketServer/Ragon.Server.WebSocketServer.csproj
+++ b/Ragon.Server.WebSocketServer/Ragon.Server.WebSocketServer.csproj
@@ -1,14 +1,14 @@
- net7.0
enable
enable
Ragon.WebSockets
+ net7.0;net6.0
-
+
diff --git a/Ragon.Server/Ragon.Server.csproj b/Ragon.Server/Ragon.Server.csproj
index fb83ed3..785c45a 100644
--- a/Ragon.Server/Ragon.Server.csproj
+++ b/Ragon.Server/Ragon.Server.csproj
@@ -1,19 +1,28 @@
- net6.0
enable
enable
Ragon.Core
+ true
+ 1.2.4-rc
+ Ragon.Server
+ Eduard Kargin
+ https://ragon-server.com
+ https://github.com/edmand46/Ragon
+ Source
+ Apache-2.0
+ 10
+ net6.0;net7.0
-
-
+
+
-
+