Skip to content

Commit a780af5

Browse files
Merge pull request #124143 from ry0y4n/patch-8
Fix: hyperlik of dotnet version
2 parents e257ad1 + 47284b8 commit a780af5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/app-service/quickstart-dotnetcore.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ If you already installed Visual Studio 2022:
7474
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
7575
- <a href="https://www.visualstudio.com/downloads" target="_blank">Visual Studio Code</a>.
7676
- The <a href="https://marketplace.visualstudio.com/items?itemName=ms-vscode.vscode-node-azure-pack" target="_blank">Azure Tools</a> extension.
77-
- <a href="https://dotnet.microsoft.com/download/dotnet/7.0" target="_blank">The latest .NET 8.0 SDK.</a>
77+
- <a href="https://dotnet.microsoft.com/download/dotnet/8.0" target="_blank">The latest .NET 8.0 SDK.</a>
7878
- **(Optional)** To try GitHub Copilot, a [GitHub Copilot account](https://docs.github.com/copilot/using-github-copilot/using-github-copilot-code-suggestions-in-your-editor). A 30-day free trial is available.
7979

8080
:::zone-end
@@ -96,7 +96,7 @@ If you already installed Visual Studio 2022:
9696

9797
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
9898
- The <a href="/powershell/azure/install-az-ps" target="_blank">Azure PowerShell</a>.
99-
- <a href="https://dotnet.microsoft.com/download/dotnet/7.0" target="_blank">The latest .NET 8.0 SDK.</a>
99+
- <a href="https://dotnet.microsoft.com/download/dotnet/8.0" target="_blank">The latest .NET 8.0 SDK.</a>
100100

101101
:::zone-end
102102

@@ -111,7 +111,7 @@ If you already installed Visual Studio 2022:
111111

112112
- An Azure account with an active subscription. [Create an account for free](https://azure.microsoft.com/free/dotnet).
113113
- The [Azure Developer CLI](/azure/developer/azure-developer-cli/install-azd)
114-
- [The latest .NET 8.0 SDK.](https://dotnet.microsoft.com/download/dotnet/7.0)
114+
- [The latest .NET 8.0 SDK.](https://dotnet.microsoft.com/download/dotnet/8.0)
115115

116116
:::zone-end
117117

0 commit comments

Comments
 (0)