Skip to content

Commit

Permalink
Fix GenerateNSwagTypeScript target RicoSuter#4687 (RicoSuter#4688)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev-andrews authored and lahma committed Jun 13, 2024
1 parent 76ac885 commit 1b0ea97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
<ItemGroup>
<!-- @(CurrentOpenApiReference) item group will never contain more than one item. -->
<CurrentOpenApiReference>
<Command>$(_NSwagCommand) swagger2tsclient /className:%(ClassName) /namespace:%(Namespace)</Command>
<Command>$(_NSwagCommand) openapi2tsclient /className:%(ClassName) /namespace:%(Namespace)</Command>
</CurrentOpenApiReference>
<CurrentOpenApiReference>
<Command>%(Command) /input:"%(FullPath)" /output:"%(OutputPath)" %(Options)</Command>
Expand Down

0 comments on commit 1b0ea97

Please sign in to comment.