From 7357231a712d4b92286c791ad689d980c4a104a3 Mon Sep 17 00:00:00 2001 From: Oli Sturm Date: Tue, 4 Oct 2022 17:06:41 +0100 Subject: [PATCH] moving to .NET 7 --- samples/.vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/.vscode/launch.json b/samples/.vscode/launch.json index b3a0eca..35e5f40 100644 --- a/samples/.vscode/launch.json +++ b/samples/.vscode/launch.json @@ -11,7 +11,7 @@ "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. //"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": [], "cwd": "${fileDirname}", //"cwd": "${workspaceFolder}/NewRecordWith",