We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
net8.0
1 parent 5e9b2f3 commit 1c8d4c3Copy full SHA for 1c8d4c3
.vscode/launch.json
@@ -6,7 +6,7 @@
6
"type": "coreclr",
7
"request": "launch",
8
"preLaunchTask": "build",
9
- "program": "${workspaceFolder}/app/bin/Debug/net6.0/app.dll",
+ "program": "${workspaceFolder}/app/bin/Debug/net8.0/app.dll",
10
"args": [],
11
"cwd": "${workspaceFolder}/app",
12
"console": "internalConsole",
app/app.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<OutputType>Exe</OutputType>
5
- <TargetFramework>net6.0</TargetFramework>
+ <TargetFramework>net8.0</TargetFramework>
<ServerGarbageCollection>false</ServerGarbageCollection>
</PropertyGroup>
0 commit comments