Configure VSCode to launch using net5.0
This commit is contained in:
Родитель
3101e5e418
Коммит
5837918729
|
@ -13,7 +13,7 @@
|
|||
"request": "launch",
|
||||
"preLaunchTask": "build",
|
||||
"OS-COMMENT4": "If you have changed target frameworks, make sure to update the program path.",
|
||||
"program": "${workspaceFolder}/src/InitializrApi/bin/Debug/netcoreapp3.1/Steeltoe.InitializrApi.dll",
|
||||
"program": "${workspaceFolder}/src/InitializrApi/bin/Debug/net5.0/Steeltoe.InitializrApi.dll",
|
||||
"args": [],
|
||||
"cwd": "${workspaceFolder}/src/InitializrApi",
|
||||
"stopAtEntry": false,
|
||||
|
@ -36,4 +36,4 @@
|
|||
"processId": "${command:pickProcess}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче