Skip to content

Commit a814ef8

Browse files
committed
nswag framework version update to 7
1 parent 317c3a7 commit a814ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Presentation/Web/Web.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444

4545
<Target Name="NSwag" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
4646
<Copy SourceFiles="@(Reference)" DestinationFolder="$(OutDir)References" />
47-
<Exec Command="$(NSwagExe_Net60) run /variables:Configuration=$(Configuration)" />
47+
<Exec Command="$(NSwagExe_Net70) run /variables:Configuration=$(Configuration)" />
4848
<RemoveDir Directories="$(OutDir)References" />
4949
</Target>
5050

0 commit comments

Comments
 (0)