From 78cc75e13f0e7cd91dd8d911726b4d27447c795c Mon Sep 17 00:00:00 2001 From: Syntriax Date: Fri, 23 Jan 2026 12:40:02 +0300 Subject: [PATCH] chore: bumped dotnet version to 10 --- .vscode/launch.json | 6 +++--- Engine | 2 +- Platforms/Android/Android.csproj | 2 +- Platforms/Desktop/Desktop.csproj | 2 +- Platforms/Server/Server.csproj | 2 +- Shared/Shared.csproj | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 906ef51..e3dfe52 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -6,7 +6,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build-client", - "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/MyUniverse.dll", + "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net10.0/MyUniverse.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, @@ -22,7 +22,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build-client", - "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net9.0/MyUniverse.dll", + "program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net10.0/MyUniverse.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, @@ -38,7 +38,7 @@ "type": "coreclr", "request": "launch", "preLaunchTask": "build-server", - "program": "${workspaceFolder}/Platforms/Server/bin/Debug/net9.0/MyUniverse.dll", + "program": "${workspaceFolder}/Platforms/Server/bin/Debug/net10.0/MyUniverse.dll", "args": [], "env": { "PORT": "8888", diff --git a/Engine b/Engine index 7e07cd3..1a8f396 160000 --- a/Engine +++ b/Engine @@ -1 +1 @@ -Subproject commit 7e07cd30db47f59fb330953e64eff2d8c23e760e +Subproject commit 1a8f396766211ef4345fe521ec601c53d81d5caf diff --git a/Platforms/Android/Android.csproj b/Platforms/Android/Android.csproj index 148fb21..fa5e5e4 100644 --- a/Platforms/Android/Android.csproj +++ b/Platforms/Android/Android.csproj @@ -1,7 +1,7 @@ - net9.0-android + net10.0-android 23 Exe com.MyCompany.MyUniverse diff --git a/Platforms/Desktop/Desktop.csproj b/Platforms/Desktop/Desktop.csproj index ba4e7ad..5556412 100644 --- a/Platforms/Desktop/Desktop.csproj +++ b/Platforms/Desktop/Desktop.csproj @@ -1,7 +1,7 @@ WinExe - net9.0 + net10.0 Major false false diff --git a/Platforms/Server/Server.csproj b/Platforms/Server/Server.csproj index f527caa..6add874 100644 --- a/Platforms/Server/Server.csproj +++ b/Platforms/Server/Server.csproj @@ -2,7 +2,7 @@ Exe - net9.0 + net10.0 disable enable MyUniverse.Platforms.Server diff --git a/Shared/Shared.csproj b/Shared/Shared.csproj index eeeea19..f7d2154 100644 --- a/Shared/Shared.csproj +++ b/Shared/Shared.csproj @@ -1,6 +1,6 @@ - net9.0 + net10.0 enable MyUniverse.Shared MyUniverse.Shared