mirror of
https://github.com/OpenAPITools/openapi-generator.git
synced 2025-06-18 06:40:51 +00:00
* 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
|
|
|