Skip to content

Commit f39e3e3

Browse files
adegeoCopilot
andauthored
Apply suggestions from code review
Co-authored-by: Copilot <[email protected]>
1 parent ce19b98 commit f39e3e3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/core/install/linux-alpine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The following table is a list of currently supported .NET releases and the versi
3535

3636
[!INCLUDE [linux-release-wait](includes/linux-release-wait.md)]
3737

38-
[!INCLUDE [linux-apk-install-100](includes/linux-install-90-apk.md)]
38+
[!INCLUDE [linux-apk-install-100](includes/linux-install-100-apk.md)]
3939

4040
# [.NET 9](#tab/dotnet9)
4141

docs/core/install/linux-opensuse.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ sudo mv prod.repo /etc/zypp/repos.d/microsoft-prod.repo
4646
sudo chown root:root /etc/zypp/repos.d/microsoft-prod.repo
4747
```
4848

49-
# [.NET 10](#tab/dotnet9)
49+
# [.NET 10](#tab/dotnet10)
5050

5151
[!INCLUDE [linux-zyp-install-100](includes/linux-install-100-zyp.md)]
5252

@@ -72,7 +72,7 @@ sudo mv prod.repo /etc/zypp/repos.d/microsoft-prod.repo
7272
sudo chown root:root /etc/zypp/repos.d/microsoft-prod.repo
7373
```
7474

75-
# [.NET 10](#tab/dotnet9)
75+
# [.NET 10](#tab/dotnet10)
7676

7777
[!INCLUDE [linux-zyp-install-100](includes/linux-install-100-zyp.md)]
7878

docs/core/install/templates.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The .NET templates are available on NuGet, and you can install them like any oth
196196
| ASP.NET Core 7.0 | [`Microsoft.DotNet.Web.ProjectTemplates.7.0`](https://www.nuget.org/packages/Microsoft.DotNet.Web.ProjectTemplates.7.0) |
197197
| ASP.NET Core 8.0 | [`Microsoft.DotNet.Web.ProjectTemplates.8.0`](https://www.nuget.org/packages/Microsoft.DotNet.Web.ProjectTemplates.8.0) |
198198
| ASP.NET Core 9.0 | [`Microsoft.DotNet.Web.ProjectTemplates.8.0`](https://www.nuget.org/packages/Microsoft.DotNet.Web.ProjectTemplates.9.0) |
199-
| ASP.NET Core 10.0 | [`Microsoft.DotNet.Web.ProjectTemplates108.0`](https://www.nuget.org/packages/Microsoft.DotNet.Web.ProjectTemplates.10.0) |
199+
| ASP.NET Core 10.0 | [`Microsoft.DotNet.Web.ProjectTemplates.10.0`](https://www.nuget.org/packages/Microsoft.DotNet.Web.ProjectTemplates.10.0) |
200200

201201
For example, the .NET 9 SDK includes templates for a console app targeting .NET 9. If you wanted to target .NET Core 3.1, you would need to install the 3.1 template package.
202202

@@ -206,7 +206,7 @@ For example, the .NET 9 SDK includes templates for a console app targeting .NET
206206
dotnet new console --framework netcoreapp3.1
207207
```
208208
209-
If you see an error message, you need to install the templates, as detailed in the next step.
209+
If you see an error message, install the templates in the next step.
210210
211211
01. Install the .NET Core 3.1 project templates.
212212

0 commit comments

Comments
 (0)