diff options
| author | Bond_009 <bond.009@outlook.com> | 2019-12-20 21:50:15 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2019-12-20 21:50:15 +0100 |
| commit | b87750d8e06db371c6161f78b74b057ec9346749 (patch) | |
| tree | 1ab9ff8e477b211dd33f7233b6628c001da45a97 /.vscode | |
| parent | c8f403238e3e98aee79959d6e52be9dcd7876256 (diff) | |
Update vs code workspace
Diffstat (limited to '.vscode')
| -rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.vscode/launch.json b/.vscode/launch.json index e2a09c0f1..73f347c9f 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}/Jellyfin.Server/bin/Debug/netcoreapp3.0/jellyfin.dll", + "program": "${workspaceFolder}/Jellyfin.Server/bin/Debug/netcoreapp3.1/jellyfin.dll", "args": [], "cwd": "${workspaceFolder}/Jellyfin.Server", // For more information about the 'console' field, see https://github.com/OmniSharp/omnisharp-vscode/blob/master/debugger-launchjson.md#console-terminal-window |
