From 1b0ea9755cb32893018fa99ce1904643eba353cc Mon Sep 17 00:00:00 2001 From: Kevin Andrews <64533619+kev-andrews@users.noreply.github.com> Date: Wed, 10 Jan 2024 22:55:34 +0100 Subject: [PATCH] Fix GenerateNSwagTypeScript target #4687 (#4688) --- .../NSwag.ApiDescription.Client.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.targets b/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.targets index cf317863bd..234b673567 100644 --- a/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.targets +++ b/src/NSwag.ApiDescription.Client/NSwag.ApiDescription.Client.targets @@ -291,7 +291,7 @@ - $(_NSwagCommand) swagger2tsclient /className:%(ClassName) /namespace:%(Namespace) + $(_NSwagCommand) openapi2tsclient /className:%(ClassName) /namespace:%(Namespace) %(Command) /input:"%(FullPath)" /output:"%(OutputPath)" %(Options)