moving to .NET 7

This commit is contained in:
Oli Sturm
2022-10-04 17:06:41 +01:00
parent e06874d421
commit 7357231a71
+1 -1
View File
@@ -11,7 +11,7 @@
"preLaunchTask": "build", "preLaunchTask": "build",
// If you have changed target frameworks, make sure to update the program path. // If you have changed target frameworks, make sure to update the program path.
//"program": "${workspaceFolder}/NewRecordWith/bin/Debug/net6.0/NewRecordWith.dll", //"program": "${workspaceFolder}/NewRecordWith/bin/Debug/net6.0/NewRecordWith.dll",
"program": "${fileDirname}/bin/Debug/net6.0/${relativeFileDirname}.dll", "program": "${fileDirname}/bin/Debug/net7.0/${relativeFileDirname}.dll",
"args": [], "args": [],
"cwd": "${fileDirname}", "cwd": "${fileDirname}",
//"cwd": "${workspaceFolder}/NewRecordWith", //"cwd": "${workspaceFolder}/NewRecordWith",