We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After publis the project WebApi in .NET Core 3.1, you can run it with
dotnet WebApi.dll --urls=http://*:5004
or
WebApi.exe --urls=http://*:5004
without the parameter --urls the default port value is "https://localhost:5001;http://localhost:5000"
--urls