From af8a8eb72df5294808d6c0315df75b097ec72c62 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Sat, 20 Jul 2024 22:23:13 -0400 Subject: [PATCH] Bump to net8.0 for launch --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 9ea1eac..b60752a 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -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