Compatibility with new NSwag (14.0.7.0)
Using merged common and worldstorage/analysis api Updated README.md
parent
74a0f499
No related branches found
No related tags found
Showing
- README.md 38 additions, 4 deletionsREADME.md
- WorldAnalysisNSwag.json 1 addition, 1 deletionWorldAnalysisNSwag.json
- WorldStorageNSwag.json 1 addition, 1 deletionWorldStorageNSwag.json
- package-lock.json 7546 additions, 412 deletionspackage-lock.json
- package.json 7 additions, 1 deletionpackage.json
Source diff could not be displayed: it is too large. Options to address this: view the blob.
... | ... | @@ -16,6 +16,12 @@ |
"run-script-os": "^1.1.6" | ||
}, | ||
"dependencies": { | ||
"dotnet-3.1": "*" | ||
"dotnet": "^1.1.4", | ||
"dotnet-3.1": "*", | ||
"latest": "^0.2.0", | ||
"lts": "^1.2.0", | ||
"net": "^1.0.2", | ||
"nswag": "^14.0.7", | ||
"swagger-merger": "^1.5.4" | ||
} | ||
} |
Please register or sign in to comment