Fix broken link (#8980)
This commit is contained in:
parent
72b917429f
commit
5d175aba74
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ Installers and Binaries
|
||||||
You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools.
|
You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools.
|
||||||
|
|
||||||
**Note:** Be aware that the following installers are the **latest bits**. If you
|
**Note:** Be aware that the following installers are the **latest bits**. If you
|
||||||
want to install the latest released versions, check out the [preceding section](#looking-for-v2-of-the-net-core-tooling).
|
want to install the latest released versions, check out the [preceding section](#looking-for-released-versions-of-the-net-core-tooling).
|
||||||
With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes.
|
With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. See the following document [Configuring NuGet behavior](https://docs.microsoft.com/en-us/nuget/consume-packages/configuring-nuget-behavior) for more information on where to modify your NuGet.config to apply the changes.
|
||||||
> Example:
|
> Example:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue