updated docker file, launch settings, globaljson version to net 8

This commit is contained in:
Srushti Pasari94
2023-10-30 13:02:11 +05:30
parent 386b7c8a57
commit b6b514675b
8 changed files with 13 additions and 13 deletions

2
.vscode/launch.json vendored
View File

@@ -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/net7.0/Web.dll",
"program": "${workspaceFolder}/src/Web/bin/Debug/net8.0/Web.dll",
"args": [],
"cwd": "${workspaceFolder}/src/Web",
"stopAtEntry": false,