case 4586

This commit is contained in:
2024-05-07 19:15:20 +00:00
parent 5c4d5681ba
commit 297ffa7006
2 changed files with 3 additions and 3 deletions

4
.vscode/launch.json vendored
View File

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

View File

@@ -1,6 +1,6 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<PropertyGroup>
<GenerateFullPaths>true</GenerateFullPaths>