We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 317c3a7 commit a814ef8Copy full SHA for a814ef8
src/Presentation/Web/Web.csproj
@@ -44,7 +44,7 @@
44
45
<Target Name="NSwag" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
46
<Copy SourceFiles="@(Reference)" DestinationFolder="$(OutDir)References" />
47
- <Exec Command="$(NSwagExe_Net60) run /variables:Configuration=$(Configuration)" />
+ <Exec Command="$(NSwagExe_Net70) run /variables:Configuration=$(Configuration)" />
48
<RemoveDir Directories="$(OutDir)References" />
49
</Target>
50
0 commit comments