Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tomaszprasolek/fbe0aaa42aba0e379b70374feb722c39 to your computer and use it in GitHub Desktop.
Save tomaszprasolek/fbe0aaa42aba0e379b70374feb722c39 to your computer and use it in GitHub Desktop.
Run dotnet project on specified port
dotnet .\src\{projectName}.dll --environment=Development --urls=http://0.0.0.0:5202
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment