Skip to content

Commit 423d0cf

Browse files
committed
fix swagger .net version
1 parent 2b074ab commit 423d0cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Presentation/Web/ClientApp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,4 +83,4 @@
8383
}
8484
},
8585
"license": "MIT"
86-
}
86+
}

src/Presentation/Web/Web.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
<Target Name="NSwag" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
4747
<Copy SourceFiles="@(Reference)" DestinationFolder="$(OutDir)References" />
48-
<Exec Command="$(NSwagExe_Core31) run /variables:Configuration=$(Configuration)" />
48+
<Exec Command="$(NSwagExe_Net50) run /variables:Configuration=$(Configuration)" />
4949
<RemoveDir Directories="$(OutDir)References" />
5050
</Target>
5151

0 commit comments

Comments
 (0)