moving to .NET 7
This commit is contained in:
Vendored
+1
-1
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user