Upgrade .NET version in launch.json
This commit is contained in:
parent
5f4e57c347
commit
2befa6a2a0
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -10,7 +10,7 @@
|
||||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
// If you have changed target frameworks, make sure to update the program path.
|
||||
"program": "${workspaceFolder}/RhSolutions.Api/bin/Debug/net6.0/RhSolutions.Api.dll",
|
||||
"program": "${workspaceFolder}/RhSolutions.Api/bin/Debug/net8.0/RhSolutions.Api.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/RhSolutions.Api",
|
||||
"stopAtEntry": false,
|
||||
|
Loading…
Reference in New Issue
Block a user