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-languages/dotnet/README.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Endless Lifecycle Support (ELS) for .NET 6 from TuxCare provides security fixes
13
13
14
14
## Supported .NET 6 Versions
15
15
16
-
**SDK 6.0.428**
16
+
**SDK 6.0.x**
17
17
The .NET SDK (Software Development Kit) is the recommended option if you plan to develop, build, test, or publish .NET 6 applications. It includes:
18
18
19
19
* The .NET Runtime, which is required to run .NET apps.
@@ -22,15 +22,15 @@ The .NET SDK (Software Development Kit) is the recommended option if you plan to
22
22
23
23
With the SDK, you won't need to install separate runtimes for ASP.NET Core or the Desktop environment - everything is bundled together to streamline development and deployment.
24
24
25
-
**ASP.NET Core Runtime 6.0.36**
25
+
**ASP.NET Core Runtime 6.0.x**
26
26
The ASP.NET Core Runtime contains the components needed to run ASP.NET Core web applications on .NET 6. It includes libraries and features for building dynamic web pages, RESTful APIs, and real-time communication with SignalR.
27
27
28
28
*Note:* If you install the full .NET SDK, you already get the ASP.NET Core Runtime.
29
29
30
-
**.NET Desktop Runtime 6.0.36**
30
+
**.NET Desktop Runtime 6.0.x**
31
31
The .NET Desktop Runtime allows you to run Windows desktop applications built with Windows Forms or WPF (Windows Presentation Foundation). It focuses on providing a smooth experience for traditional graphical apps on Windows platforms.
32
32
33
-
**.NET Runtime 6.0.36**
33
+
**.NET Runtime 6.0.x**
34
34
The .NET Runtime is the base runtime required to run console or server-based .NET applications. It's more lightweight than the SDK, since it does not include compilers, build tools, or additional libraries for web or desktop development.
35
35
36
36
TuxCare applies security patches to .NET 6 for the above OS versions, ensuring continued stability and security even beyond the official end-of-life date.
@@ -142,7 +142,7 @@ Note: The following steps use the .NET SDK installation as an example. If you ar
142
142
Example output:
143
143
144
144
```text
145
-
6.0.428
145
+
6.0.429
146
146
```
147
147
148
148
## Start Using .NET
@@ -171,7 +171,7 @@ For a quick start, you can follow this example to create and run a simple consol
@@ -289,10 +289,10 @@ The following commands are useful for managing and troubleshooting .NET installa
289
289
Example output:
290
290
291
291
```text
292
-
6.0.428 [C:\Program Files\dotnet\sdk]
292
+
6.0.429 [C:\Program Files\dotnet\sdk]
293
293
```
294
294
295
-
## NuGet Repository
295
+
## NuGet Repository (Optional)
296
296
297
297
Developers working on .NET projects may need a NuGet repository to manage and share packages across projects. TuxCare provides a shared NuGet repository, which you can add with a simple command:
0 commit comments