You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetcore/azure/devops/tools-and-downloads.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ The following subscriptions are required:
22
22
The following tools are required:
23
23
24
24
*[Git](https://git-scm.com/downloads)— A fundamental understanding of Git is recommended for this guide. Review the [Git documentation](https://git-scm.com/doc), specifically [git remote](https://git-scm.com/docs/git-remote) and [git push](https://git-scm.com/docs/git-push).
25
-
*[.NET Core SDK](https://www.microsoft.com/net/download/)— Version 2.1.300 or later is required to build and run the sample app. If Visual Studio is installed with the **.NET Core cross-platform development** workload, the .NET Core SDK is already installed.
25
+
*[.NET Core SDK](https://dotnet.microsoft.com/download/)— Version 2.1.300 or later is required to build and run the sample app. If Visual Studio is installed with the **.NET Core cross-platform development** workload, the .NET Core SDK is already installed.
26
26
27
27
Verify your .NET Core SDK installation. Open a command shell, and run the following command:
*[Visual Studio 2019](https://visualstudio.microsoft.com/downloads/?utm_medium=microsoft&utm_source=docs.microsoft.com&utm_campaign=inline+link&utm_content=download+vs2019) with the following workloads:
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/metapackage-app.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,8 +101,8 @@ The `Microsoft.AspNetCore.App` [metapackage](/dotnet/core/packages#metapackages)
101
101
102
102
To update ASP.NET Core:
103
103
104
-
* On development machines and build servers: Download and install the [.NET Core SDK](https://www.microsoft.com/net/download).
105
-
* On deployment servers: Download and install the [.NET Core runtime](https://www.microsoft.com/net/download).
104
+
* On development machines and build servers: Download and install the [.NET Core SDK](https://dotnet.microsoft.com/download).
105
+
* On deployment servers: Download and install the [.NET Core runtime](https://dotnet.microsoft.com/download).
106
106
107
107
Applications will roll forward to the latest installed version on application restart. It's not necessary to update the `Microsoft.AspNetCore.App` version number in the project file. For more information, see [Framework-dependent apps roll forward](/dotnet/core/versions/selection#framework-dependent-apps-roll-forward).
Copy file name to clipboardExpand all lines: aspnetcore/fundamentals/metapackage.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,6 @@ Any dependencies of the preceding packages that otherwise aren't dependencies of
88
88
89
89
We recommend migrating to the `Microsoft.AspNetCore.App` metapackage for 2.1 and later. To keep using the `Microsoft.AspNetCore.All` metapackage and ensure the latest patch version is deployed:
90
90
91
-
* On development machines and build servers: Install the latest [.NET Core SDK](https://www.microsoft.com/net/download).
92
-
* On deployment servers: Install the latest [.NET Core runtime](https://www.microsoft.com/net/download).
91
+
* On development machines and build servers: Install the latest [.NET Core SDK](https://dotnet.microsoft.com/download).
92
+
* On deployment servers: Install the latest [.NET Core runtime](https://dotnet.microsoft.com/download).
93
93
Your app will roll forward to the latest installed version on an application restart.
Copy file name to clipboardExpand all lines: aspnetcore/host-and-deploy/azure-iis-errors-reference.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ Troubleshooting:
155
155
156
156
* Open **Programs & Features** or **Apps & features** and confirm that **Windows Server Hosting** is installed. If **Windows Server Hosting** isn't present in the list of installed programs, download and install the .NET Core Hosting Bundle.
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
161
161
@@ -193,7 +193,7 @@ Troubleshooting:
193
193
194
194
* An FDD may have been deployed without installing the .NET Core runtime on the hosting system. If the .NET Core runtime hasn't been installed, run the **.NET Core Hosting Bundle installer** on the system.
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
199
199
@@ -433,7 +433,7 @@ Troubleshooting:
433
433
434
434
* Open **Programs & Features** or **Apps & features** and confirm that **Windows Server Hosting** is installed. If **Windows Server Hosting** isn't present in the list of installed programs, download and install the .NET Core Hosting Bundle.
For more information, see [Install the .NET Core Hosting Bundle](xref:host-and-deploy/iis/index#install-the-net-core-hosting-bundle).
439
439
@@ -469,7 +469,7 @@ Troubleshooting:
469
469
470
470
* An FDD may have been deployed without installing the .NET Core runtime on the hosting system. If the .NET Core runtime hasn't been installed, run the **.NET Core Hosting Bundle installer** on the system.
0 commit comments