Update launch.json (#4650)

[skip ci]
This commit is contained in:
Marley 2022-05-13 07:03:14 +01:00 committed by GitHub
parent 25c7c6ab40
commit ae430e700c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 @@
}
},
]
}
}