Skip to content

Commit 5ea86dc

Browse files
authored
Added .NET 8 runtime target to nswag.cmd (#4614)
1 parent 9175311 commit 5ea86dc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/NSwagStudio/nswag.cmd

+5
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,10 @@ IF NOT "%args:/runtime:net70=%" == "%args%" (
1616
GOTO end
1717
)
1818

19+
IF NOT "%args:/runtime:net80=%" == "%args%" (
20+
dotnet "%~dp0/Net80/dotnet-nswag.dll" %*
21+
GOTO end
22+
)
23+
1924
"%~dp0/Win/nswag.exe" %*
2025
:end

0 commit comments

Comments
 (0)