Bump to net8.0 for launch

This commit is contained in:
Matt Nadareski
2024-07-20 22:23:13 -04:00
parent 5040de04e5
commit af8a8eb72d

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}/NDecrypt/bin/Debug/net6.0/NDecrypt.dll",
"program": "${workspaceFolder}/NDecrypt/bin/Debug/net8.0/NDecrypt.dll",
"args": [],
"cwd": "${workspaceFolder}/NDecrypt",
// For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console