BrowserLauncher is a dotnet run CLI extension to launch a browser when starting an AspNetCore application from the dotnet command line.
Info
Version: | 1.2.0 |
Author(s): | Seth Steenken |
Last Update: | Tuesday, February 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/sethsteenken/DotNetStartupCommands |
NuGet Url: | https://www.nuget.org/packages/DotNetStartupCommands.BrowserLauncher |
Install
Install-Package DotNetStartupCommands.BrowserLauncher
dotnet add package DotNetStartupCommands.BrowserLauncher
paket add DotNetStartupCommands.BrowserLauncher
DotNetStartupCommands.BrowserLauncher Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Hosting.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Hosting.Server.Abstractions(>= 2.2.0)
No dependencies.
Tags