Update instructions for installing nightly DEB
Correcting link to the nightly DEB packages from dotnet/runtime. Questions * Where are the nightly DEB packages for ASP.NET? Even though I don't need them, they're a dependency of the dotnet-sdk-x64.deb. The page linked here just gives instructions to use nuget. @wtgodbe ? * Has anyone created a script to collect and install all these? There's ~9 different DEB files, each one you have to `curl -Lo ...` and then `sudo dpkg -i ...`. If we had a script it would presumably also have some smarts to find them.
This commit is contained in:
parent
78a1bc32ce
commit
2d94f925fa
1 changed files with 1 additions and 1 deletions
|
@ -115,7 +115,7 @@ Please do not directly edit the table below. Use https://github.com/dotnet/insta
|
||||||
|
|
||||||
Reference notes:
|
Reference notes:
|
||||||
> **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first:
|
> **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first:
|
||||||
> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime#daily-builds)
|
> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime/blob/main/docs/project/dogfooding.md#nightly-builds-table)
|
||||||
> * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/main/docs/DailyBuilds.md)
|
> * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/main/docs/DailyBuilds.md)
|
||||||
|
|
||||||
.NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md)
|
.NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md)
|
||||||
|
|
Loading…
Reference in a new issue