Fix package reference bug

This commit is contained in:
2025-10-12 13:54:51 +02:00
parent 97aaa715dc
commit 671c1214a8
121 changed files with 6431 additions and 69 deletions

11
.vscode/launch.json vendored Normal file
View 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"
}
]
}