19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"runtime": "Net60",
|
|
"documentGenerator": {
|
|
"fromDocument": {
|
|
"url": "http://localhost:5000/swagger/v1/swagger.json",
|
|
"output": null
|
|
}
|
|
},
|
|
|
|
"codeGenerators": {
|
|
"openApiToCSharpClient": {
|
|
"classname" : "NswagChatRoomClient",
|
|
"namespace" : "NswagGenerated",
|
|
"output" : "NswagChatRoomClient.cs",
|
|
|
|
"generateSyncMethods": true
|
|
}
|
|
}
|
|
} |