dotnet-serve
1.0.0
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet tool install --global dotnet-serve --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local dotnet-serve --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=dotnet-serve&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package dotnet-serve --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
After installing, run dotnet serve
to launch a server in the current directory. Use dotnet serve -o
to automatically open a web browser.
Common options
-o
or --open-browser
launches the browser
-S
or --tls
enables HTTPs.
-p
or --port
to change the port. (Defaults to 8080)
See dotnet serve --help
for advanced options and details on usage.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. |
.NET Core | netcoreapp2.1 is compatible. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETCoreApp 2.1
- No dependencies.
Version | Downloads | Last updated |
---|---|---|
1.10.175 | 9,893,792 | 3/30/2024 |
1.10.172 | 6,935,008 | 6/28/2023 |
1.10.168 | 76,806 | 6/25/2023 |
1.10.162 | 5,361 | 6/25/2023 |
1.10.158 | 3,228 | 6/25/2023 |
1.10.155 | 2,564,689 | 2/4/2023 |
1.10.149 | 1,716,352 | 10/8/2022 |
1.10.140 | 598,430 | 9/15/2022 |
1.10.128 | 1,493,646 | 6/28/2022 |
1.10.112 | 831,088 | 4/24/2022 |
1.10.93 | 6,455 | 2/1/2022 |
1.10.82 | 6,016 | 11/28/2021 |
1.9.71 | 4,718 | 9/25/2021 |
1.8.34 | 8,362 | 3/4/2021 |
1.8.31 | 3,270 | 3/4/2021 |
1.8.26 | 3,510 | 3/4/2021 |
1.8.25 | 3,703 | 3/4/2021 |
1.8.15 | 46,752 | 1/31/2021 |
1.7.141 | 5,189 | 12/3/2020 |
1.7.140 | 3,448 | 12/3/2020 |
1.7.139 | 6,705 | 11/6/2020 |
1.7.138 | 3,367 | 11/6/2020 |
1.7.137 | 4,231 | 10/1/2020 |
1.7.136 | 3,637 | 9/5/2020 |
1.7.135 | 3,626 | 9/2/2020 |
1.7.134 | 3,565 | 9/2/2020 |
1.7.133 | 3,684 | 8/30/2020 |
1.7.132 | 4,743 | 7/17/2020 |
1.7.131 | 4,085 | 6/28/2020 |
1.7.130 | 3,474 | 6/28/2020 |
1.7.125 | 207,934 | 5/2/2020 |
1.7.124 | 3,367 | 4/25/2020 |
1.7.123 | 3,138 | 4/25/2020 |
1.7.122 | 3,832 | 4/11/2020 |
1.7.121 | 3,389 | 4/11/2020 |
1.7.120 | 4,160 | 3/15/2020 |
1.7.119 | 3,904 | 2/29/2020 |
1.7.116 | 3,734 | 2/11/2020 |
1.6.0 | 15,297 | 12/4/2019 |
1.5.0 | 92,912 | 10/22/2019 |
1.4.1 | 4,177 | 9/21/2019 |
1.4.0 | 3,580 | 9/20/2019 |
1.3.0 | 4,031 | 8/29/2019 |
1.2.0 | 6,357 | 2/25/2019 |
1.1.0 | 5,222 | 10/18/2018 |
1.0.0 | 5,668 | 5/30/2018 |
0.4.1 | 4,525 | 5/11/2018 |
0.4.0 | 4,656 | 5/11/2018 |
0.3.0 | 4,767 | 4/11/2018 |
0.2.1 | 4,631 | 3/28/2018 |
0.2.0 | 4,792 | 3/12/2018 |
0.1.0 | 1,985 | 12/13/2017 |
See https://github.com/natemcmaster/dotnet-serve/blob/master/CHANGELOG.md#v100 for release notes.