forked from loafle/openapi-generator-original
* Issue #5306: Added support for client certificates for csharp-netcore * Added missing windows petstore scripts * Updated sample client * Added missing openapi3 samples * Added missing images causing openapi3 test projects to fail
8 lines
191 B
Batchfile
8 lines
191 B
Batchfile
|
|
REM C# Petstore API client .NET Standard 2.0
|
|
call .\bin\windows\csharp-netcore-petstore.bat
|
|
|
|
REM C# Petstore API client .NET Core 2.0
|
|
call .\bin\windows\csharp-netcore-petstore-netcore.bat
|
|
|