Update launch.json (#4650)

[skip ci]
pull/4655/head
Marley 2 years ago committed by GitHub
parent 25c7c6ab40
commit ae430e700c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -6,7 +6,7 @@
"type": "coreclr",
"request": "launch",
"preLaunchTask": "build",
"program": "${workspaceFolder}/bin/Debug/net5.0/ombi.dll",
"program": "${workspaceFolder}/bin/Debug/net6.0/ombi.dll",
"args": ["--host", "http://localhost:3577"],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,
@ -47,4 +47,4 @@
}
},
]
}
}

Loading…
Cancel
Save