Skip to content

Commit

Permalink
Added .NET 8 runtime target to nswag.cmd (#4614)
Browse files Browse the repository at this point in the history
  • Loading branch information
CocaColaBear authored Nov 28, 2023
1 parent 9175311 commit 5ea86dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/NSwagStudio/nswag.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,10 @@ IF NOT "%args:/runtime:net70=%" == "%args%" (
GOTO end
)

IF NOT "%args:/runtime:net80=%" == "%args%" (
dotnet "%~dp0/Net80/dotnet-nswag.dll" %*
GOTO end
)

"%~dp0/Win/nswag.exe" %*
:end

0 comments on commit 5ea86dc

Please sign in to comment.