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: docs/els-for-runtimes/dotnet/README.md
+18-17Lines changed: 18 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,18 +2,19 @@
2
2
3
3
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.
|**Windows Server Core** 2022, 2019, 2016, 2012-R2, 2012 | ✓ | ✓ | ✓ | x64, x86 |
17
18
18
19
#### SDK
19
20
@@ -44,7 +45,7 @@ TuxCare applies security patches to .NET for the above OS versions, ensuring con
44
45
45
46
### Prerequisites & System Requirements
46
47
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.
48
49
* Refer to the [official .NET documentation](https://learn.microsoft.com/en-us/dotnet/fundamentals/) for system requirements.
49
50
* Administrator rights for installation
50
51
* 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
72
73
* **.NET Runtime** - Runs .NET applications but does not include development tools.
73
74
* **.NET Runtime Desktop** - Required for running desktop applications built with .NET.
74
75
* **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/).
76
77
* Download the corresponding installer based on your system type (x64 or x86). Downloading the latest version is recommended.
77
78
* .NET SDK - Installed via an .exe installer.
78
79
* .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
174
175
175
176
The following commands are useful for managing and troubleshooting .NET installation.
176
177
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.
178
179
179
180
<CodeWithCopy>
180
181
@@ -237,7 +238,7 @@ The following commands are useful for managing and troubleshooting .NET installa
237
238
https://aka.ms/dotnet/runtimes-sdk-info
238
239
```
239
240
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.
241
242
242
243
<CodeWithCopy>
243
244
@@ -275,11 +276,11 @@ Replace `$USERNAME` and `$PASSWORD` with the credentials provided by [sales@tuxc
275
276
276
277
### Uninstall via Windows Settings
277
278
278
-
* Open **Settings**→**Apps**→**Installed Apps** or (**Apps&Features** on older versions).
279
+
* Open **Settings**→**Apps**→**Installed Apps**(or **Apps & Features** on older versions).
279
280
* Search for *.NET SDK* or *.NET Runtime* depending on what you’ve installed.
280
281
* Click on each entry and select **Uninstall**.
281
282
:::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.
283
284
:::
284
285
* A dialog window will appear. Click **Uninstall**. It should take a few minutes. When the process is finished, close the window.
285
286
@@ -295,7 +296,7 @@ Replace `$USERNAME` and `$PASSWORD` with the credentials provided by [sales@tuxc
295
296
* Search for *.NET SDK* or *.NET Runtime* depending on what you’ve installed.
296
297
* Right-click on each entry and select **Uninstall**.
297
298
:::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.
299
300
:::
300
301
* A dialog window will appear. Click **Uninstall**. It should take a few minutes. When the process is finished, close the window.
0 commit comments