Updated project files to .NET 7.0.

This commit is contained in:
2022-12-01 17:24:04 +00:00
parent d4680b934e
commit 4841d539fc
8 changed files with 8 additions and 9 deletions

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