diff --git a/.vscode/launch.json b/.vscode/launch.json index e3234548..8fb140e2 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -24,7 +24,7 @@ "preLaunchTask": "build debug", // If you have changed target frameworks, make sure to update the program path. //#### THIS MEANS YOU JOHNNY! If the debugger fails this is the issue - "program": "${workspaceFolder}/server/AyaNova/bin/Debug/net6.0/AyaNova.dll", + "program": "${workspaceFolder}/server/AyaNova/bin/Debug/net8.0/AyaNova.dll", "args": [], "cwd": "${workspaceFolder}/server/AyaNova", "stopAtEntry": false, @@ -94,7 +94,7 @@ "preLaunchTask": "build debug subscription", // If you have changed target frameworks, make sure to update the program path. //#### THIS MEANS YOU JOHNNY! If the debugger fails this is the issue - "program": "${workspaceFolder}/server/AyaNova/bin/Debug/net6.0/AyaNova.dll", + "program": "${workspaceFolder}/server/AyaNova/bin/Debug/net8.0/AyaNova.dll", "args": [], "cwd": "${workspaceFolder}/server/AyaNova", "stopAtEntry": false, diff --git a/server/AyaNova/AyaNova.csproj b/server/AyaNova/AyaNova.csproj index ade650ed..22df4e68 100644 --- a/server/AyaNova/AyaNova.csproj +++ b/server/AyaNova/AyaNova.csproj @@ -1,6 +1,6 @@ - net6.0 + net8.0 true