chore: bumped engine version

This commit is contained in:
2026-01-31 00:49:30 +03:00
parent 1a1e6fe4c8
commit 1a76df1f02
9 changed files with 17 additions and 18 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/Pong.dll",
"program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net10.0/Pong.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/Desktop.dll",
"program": "${workspaceFolder}/Platforms/Desktop/bin/Debug/net10.0/Pong.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/Server.dll",
"program": "${workspaceFolder}/Platforms/Server/bin/Debug/net10.0/Server.dll",
"args": [],
"env": {
"PORT": "8888",