Update Dockerfile and launch.json to 5.0 (#494)
* Update Docker target to 5 * change launch.json to 5.0
This commit is contained in:
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}/src/Web/bin/Debug/netcoreapp3.1/Web.dll",
|
||||
"program": "${workspaceFolder}/src/Web/bin/Debug/net5.0/Web.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/Web",
|
||||
"stopAtEntry": false,
|
||||
|
||||
Reference in New Issue
Block a user