Fix package reference bug
This commit is contained in:
11
.vscode/launch.json
vendored
Normal file
11
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Api Generator",
|
||||
"type": "dotnet",
|
||||
"request": "launch",
|
||||
"projectPath": "C:/Users/Laurent/Desktop/api-generator/WebServer/WebServer.csproj"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user