Skip to content

Commit 1c8d4c3

Browse files
committed
sample app net8.0
1 parent 5e9b2f3 commit 1c8d4c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vscode/launch.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "build",
9-
"program": "${workspaceFolder}/app/bin/Debug/net6.0/app.dll",
9+
"program": "${workspaceFolder}/app/bin/Debug/net8.0/app.dll",
1010
"args": [],
1111
"cwd": "${workspaceFolder}/app",
1212
"console": "internalConsole",

app/app.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<OutputType>Exe</OutputType>
5-
<TargetFramework>net6.0</TargetFramework>
5+
<TargetFramework>net8.0</TargetFramework>
66
<ServerGarbageCollection>false</ServerGarbageCollection>
77
</PropertyGroup>
88

0 commit comments

Comments
 (0)