Skip to content

Commit 26b15a1

Browse files
authored
Merge pull request #388 from sboldyreva/dotnet-table
Update dotnet versions
2 parents 5f91506 + a6b8b41 commit 26b15a1

1 file changed

Lines changed: 18 additions & 17 deletions

File tree

docs/els-for-runtimes/dotnet/README.md

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,19 @@
22

33
Endless Lifecycle Support (ELS) for .NET from TuxCare provides security fixes for .NET that has reached its end of life. This allows you to continue running .NET applications without vulnerability concerns, even after official support has ended.
44

5-
## Supported Windows Versions
5+
## Supported Versions
66

7-
| OS | Version | Architectures |
8-
| :---------------------: | :------------------------------------------------------------------------------------------------------: | :-----------: |
9-
| **Nano Server** | 2019, 2022 | x64 |
10-
| **Windows** | 11 (24H2 (IoT), 24H2 (E), 24H2, 23H2, 22H2 (E)), 10 (22H2 (E), 21H2 (E), 21H2 (IoT), 1809 (E), 1607 (E)) | x64, x86 |
11-
| **Windows Server** | 23H2, 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 |
12-
| **Windows Server Core** | 2022, 2019, 2016, 2012-R2, 2012 | x64, x86 |
7+
**Supported .NET versions**: 6.0.x, 8.0.x, 10.0.x
138

14-
## Supported .NET Versions
15-
16-
* .NET 6.0.x, 8.0.x, 10.0.x
9+
| Windows Version | .NET 6 | .NET 8 | .NET 10 | Architectures |
10+
|---------------------------------------------------------|:------:|:------:|:-------:|:-------------:|
11+
| **Nano Server 2019, 2022** |||| x64 |
12+
| **Nano Server 2025** |||| x64 |
13+
| **Windows 11** (24H2, 23H2, 22H2 E/Edu) |||| x64 |
14+
| **Windows 10** (22H2) |||| x64 |
15+
| **Windows Server** 2025 |||| x64 |
16+
| **Windows Server** 2022, 2019, 2016, 2012-R2, 2012 |||| x64, x86 |
17+
| **Windows Server Core** 2022, 2019, 2016, 2012-R2, 2012 |||| x64, x86 |
1718

1819
#### SDK
1920

@@ -44,7 +45,7 @@ TuxCare applies security patches to .NET for the above OS versions, ensuring con
4445

4546
### Prerequisites & System Requirements
4647

47-
* Check the [supported versions](#supported-windows-versions) section above for operating system compatibility.
48+
* Check the [supported versions](#supported-versions) section above for operating system compatibility.
4849
* Refer to the [official .NET documentation](https://learn.microsoft.com/en-us/dotnet/fundamentals/) for system requirements.
4950
* Administrator rights for installation
5051
* Check if you have .NET already installed on your system:
@@ -72,7 +73,7 @@ TuxCare applies security patches to .NET for the above OS versions, ensuring con
7273
* **.NET Runtime** - Runs .NET applications but does not include development tools.
7374
* **.NET Runtime Desktop** - Required for running desktop applications built with .NET.
7475
* **ASP.NET Core Runtime** - Needed for running web applications and services built with ASP.NET Core.
75-
For more information, refer to the [official .NET documentation](https://learn.microsoft.com/en-us/dotnet/fundamentals/).
76+
For more information, refer to the [official .NET documentation](https://learn.microsoft.com/en-us/dotnet/fundamentals/).
7677
* Download the corresponding installer based on your system type (x64 or x86). Downloading the latest version is recommended.
7778
* .NET SDK - Installed via an .exe installer.
7879
* .NET Runtime, .NET Runtime Desktop, and ASP.NET Core Runtime – Installed via .msi files.
@@ -174,7 +175,7 @@ For a quick start, follow this example to create and run a simple console applic
174175

175176
The following commands are useful for managing and troubleshooting .NET installation.
176177

177-
* `where.exe` dotnet locates the dotnet executable on the system. The output shows the exact path where the dotnet command is installed. By default, the .NET installation is placed in the Program Files\dotnet folder, unless a different destination is chosen during setup.
178+
* `where.exe dotnet` locates the dotnet executable on the system. The output shows the exact path where the dotnet command is installed. By default, the .NET installation is placed in the Program Files\dotnet folder, unless a different destination is chosen during setup.
178179

179180
<CodeWithCopy>
180181

@@ -237,7 +238,7 @@ The following commands are useful for managing and troubleshooting .NET installa
237238
https://aka.ms/dotnet/runtimes-sdk-info
238239
```
239240

240-
* `dotnet list-sdks` command lists all the .NET SDKs installed on your system. Uninstall the old .NET version after you install a new one.
241+
* `dotnet --list-sdks` lists all the .NET SDKs installed on your system. Uninstall the old .NET version after you install a new one.
241242

242243
<CodeWithCopy>
243244

@@ -275,11 +276,11 @@ Replace `$USERNAME` and `$PASSWORD` with the credentials provided by [sales@tuxc
275276

276277
### Uninstall via Windows Settings
277278

278-
* Open **Settings** &rarr; **Apps** &rarr; **Installed Apps** or (**Apps&Features** on older versions).
279+
* Open **Settings** &rarr; **Apps** &rarr; **Installed Apps** (or **Apps & Features** on older versions).
279280
* Search for *.NET SDK* or *.NET Runtime* depending on what you’ve installed.
280281
* Click on each entry and select **Uninstall**.
281282
:::tip
282-
During the uninstall, a **"Files in use"** window can appear. Select **"Do not close applications. A reboot will be required"** option and click **OK** to proceed.
283+
During the uninstall, a **"Files in use"** window can appear. Select the **"Do not close applications. A reboot will be required"** option and click **OK** to proceed.
283284
:::
284285
* A dialog window will appear. Click **Uninstall**. It should take a few minutes. When the process is finished, close the window.
285286

@@ -295,7 +296,7 @@ Replace `$USERNAME` and `$PASSWORD` with the credentials provided by [sales@tuxc
295296
* Search for *.NET SDK* or *.NET Runtime* depending on what you’ve installed.
296297
* Right-click on each entry and select **Uninstall**.
297298
:::tip
298-
During the uninstall, a **"Files in use"** window can appear. Select **"Do not close applications. A reboot will be required"** option and click **OK** to proceed.
299+
During the uninstall, a **"Files in use"** window can appear. Select the **"Do not close applications. A reboot will be required"** option and click **OK** to proceed.
299300
:::
300301
* A dialog window will appear. Click **Uninstall**. It should take a few minutes. When the process is finished, close the window.
301302

0 commit comments

Comments
 (0)