Commit 3cf18be6 authored by u15767's avatar u15767
Browse files

changed generation to use csharp instead of csharp-core

parent 96e4aa1d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
  "description": "ISG ARF World Storage C# Client",
  "scripts": {
    "clean": "rm -rf generated_client",
    "generate": "npx @openapitools/openapi-generator-cli generate -i ../ISG-ARF-005-API/API/OpenAPI.yml -g csharp-netcore -o generated_client",
    "generate": "npx @openapitools/openapi-generator-cli generate -i ../ISG-ARF-005-API/API/OpenAPI.yml -g csharp -o generated_client",
    "build": "dotnet build generated_client"
  },
  "devDependencies": {