Skip to content

Commit

Permalink
Update vscode file for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Dec 26, 2023
1 parent f35e896 commit 9ba29e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/src/NetSparkle.Samples.Avalonia.MacOS/bin/Debug/net7.0/NetSparkleUpdater.Samples.Avalonia.dll",
"program": "${workspaceFolder}/src/NetSparkle.Samples.Avalonia.MacOS/bin/Debug/net8.0/NetSparkleUpdater.Samples.Avalonia.dll",
"args": [],
"cwd": "${workspaceFolder}/src/NetSparkle.Samples.Avalonia.MacOS",
"console": "internalConsole",
Expand Down

0 comments on commit 9ba29e5

Please sign in to comment.