case 4586
This commit is contained in:
4
.vscode/launch.json
vendored
4
.vscode/launch.json
vendored
@@ -24,7 +24,7 @@
|
|||||||
"preLaunchTask": "build debug",
|
"preLaunchTask": "build debug",
|
||||||
// If you have changed target frameworks, make sure to update the program path.
|
// 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
|
//#### 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": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}/server/AyaNova",
|
"cwd": "${workspaceFolder}/server/AyaNova",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
@@ -94,7 +94,7 @@
|
|||||||
"preLaunchTask": "build debug subscription",
|
"preLaunchTask": "build debug subscription",
|
||||||
// If you have changed target frameworks, make sure to update the program path.
|
// 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
|
//#### 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": [],
|
"args": [],
|
||||||
"cwd": "${workspaceFolder}/server/AyaNova",
|
"cwd": "${workspaceFolder}/server/AyaNova",
|
||||||
"stopAtEntry": false,
|
"stopAtEntry": false,
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<TargetFramework>net6.0</TargetFramework>
|
<TargetFramework>net8.0</TargetFramework>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<GenerateFullPaths>true</GenerateFullPaths>
|
<GenerateFullPaths>true</GenerateFullPaths>
|
||||||
|
|||||||
Reference in New Issue
Block a user