Completed migration to .NET 6.0.
This commit is contained in:
2
Props/.vscode/launch.json
vendored
2
Props/.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}/bin/Debug/net5.0/Props.dll",
|
||||
"program": "${workspaceFolder}/bin/Debug/net6.0/Props.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}",
|
||||
"stopAtEntry": false,
|
||||
|
Reference in New Issue
Block a user