mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 06:40:51 +00:00
* renmae csharp-refactor to csharp-netcore * update appveyor config * update config * update doc
8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# C# Petstore API client .NET Standard 2.0
|
|
./bin/csharp-netcore-petstore.sh
|
|
|
|
# C# Petstore API client .NET Core 2.0
|
|
./bin/csharp-netcore-petstore-netcore.sh
|