We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b074ab commit 423d0cfCopy full SHA for 423d0cf
src/Presentation/Web/ClientApp/package.json
@@ -83,4 +83,4 @@
83
}
84
},
85
"license": "MIT"
86
-}
+}
src/Presentation/Web/Web.csproj
@@ -45,7 +45,7 @@
45
46
<Target Name="NSwag" AfterTargets="Build" Condition="'$(Configuration)' == 'Debug'">
47
<Copy SourceFiles="@(Reference)" DestinationFolder="$(OutDir)References" />
48
- <Exec Command="$(NSwagExe_Core31) run /variables:Configuration=$(Configuration)" />
+ <Exec Command="$(NSwagExe_Net50) run /variables:Configuration=$(Configuration)" />
49
<RemoveDir Directories="$(OutDir)References" />
50
</Target>
51
0 commit comments