Skip to content

Commit

Permalink
Fix GenerateNSwagTypeScript target #4687 (#4688)
Browse files Browse the repository at this point in the history
  • Loading branch information
kev-andrews authored Jan 10, 2024
1 parent a5b2d04 commit cc8e111
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 cc8e111

Please sign in to comment.