Merge pull request #4838 from dotnet/danmosemsft-patch-1

Remove package manager section for Linux for 5.0 previews
This commit is contained in:
Rahul Bhandari 2020-06-16 17:37:30 -07:00 committed by GitHub
commit 5f5be24343
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,10 +58,6 @@ mkdir -p $HOME/dotnet && tar zxf dotnet.tar.gz -C $HOME/dotnet
export PATH=$PATH:$HOME/dotnet
```
## .NET Core Runtime-only installation
If only the .NET Core Runtime is needed, install `dotnet-runtime-5.0` using your package manager. If you also need ASP.NET Core functionality, installing `aspnetcore-runtime-5.0` will install both the Aspnetcore Runtime and .NET Core Runtime.
## Windows Server Hosting
If you are looking to host stand-alone apps on Servers, the following installer can be used on Windows systems.