Skip to content

Commit

Permalink
Fix incorrect .NET version in launch.json (#653)
Browse files Browse the repository at this point in the history
  • Loading branch information
TijmenUU authored Dec 17, 2023
1 parent dfeb7cb commit b76ca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"request": "launch",
"preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path.
"program": "${workspaceFolder}/src/Clean.Architecture.Web/bin/Debug/net7.0/Clean.Architecture.Web.dll",
"program": "${workspaceFolder}/src/Clean.Architecture.Web/bin/Debug/net8.0/Clean.Architecture.Web.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Clean.Architecture.Web",
"stopAtEntry": false,
Expand Down

0 comments on commit b76ca33

Please sign in to comment.