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",