chore: bumped dotnet version to 10

This commit is contained in:
2026-01-23 12:40:02 +03:00
parent 5d2a2d1f4b
commit 78cc75e13f
6 changed files with 8 additions and 8 deletions

6
.vscode/launch.json vendored
View File

@@ -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",