diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-26 15:24:58 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2024-01-26 15:24:58 +0300 |
commit | 2befa6a2a06c2cb719fb4b91f99eca6cd9a565de (patch) | |
tree | 114e8dea71b07a238212882ad20c8f682897882f /.vscode | |
parent | 5f4e57c3477000b2edaeedf7c2b1edf48e2d68d0 (diff) |
Upgrade .NET version in launch.json
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index 8a232a5..ce66251 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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, |