Skip to content

Commit ed33c8a

Browse files
committed
[up] framework to 6.0
1 parent d5d2a21 commit ed33c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "coreclr",
77
"request": "launch",
88
"preLaunchTask": "Build",
9-
"program": "${workspaceFolder}/src/TesterApp/bin/Debug/net5.0/TesterApp.dll",
9+
"program": "${workspaceFolder}/src/TesterApp/bin/Debug/net6.0/TesterApp.dll",
1010
"cwd": "${workspaceFolder}/src/TesterApp",
1111
"internalConsoleOptions": "openOnSessionStart",
1212
"env":

0 commit comments

Comments
 (0)