Add OapApi.v1 module

This commit is contained in:
2024-03-28 22:10:26 -05:00
parent 67f488c5bd
commit 440ccba5d2
79 changed files with 3004 additions and 142 deletions

30
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,30 @@
{
"version": 1,
"isRoot": true,
"tools": {
"fsdgencsharp": {
"version": "2.27.0",
"commands": [
"fsdgencsharp"
]
},
"fsdgenmd": {
"version": "2.8.0",
"commands": [
"fsdgenmd"
]
},
"fsdgenaspnet": {
"version": "3.9.0",
"commands": [
"fsdgenaspnet"
]
},
"fsdgenswagger": {
"version": "2.5.0",
"commands": [
"fsdgenswagger"
]
}
}
}