Skip to content

Commit 331c827

Browse files
committed
updates
1 parent f3209d2 commit 331c827

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Endless Lifecycle Support (ELS) for .NET 6 from TuxCare provides security fixes
1313

1414
## Supported .NET 6 Versions
1515

16-
**SDK 6.0.428**
16+
**SDK 6.0.x**
1717
The .NET SDK (Software Development Kit) is the recommended option if you plan to develop, build, test, or publish .NET 6 applications. It includes:
1818

1919
* 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
2222

2323
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.
2424

25-
**ASP.NET Core Runtime 6.0.36**
25+
**ASP.NET Core Runtime 6.0.x**
2626
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.
2727

2828
*Note:* If you install the full .NET SDK, you already get the ASP.NET Core Runtime.
2929

30-
**.NET Desktop Runtime 6.0.36**
30+
**.NET Desktop Runtime 6.0.x**
3131
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.
3232

33-
**.NET Runtime 6.0.36**
33+
**.NET Runtime 6.0.x**
3434
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.
3535

3636
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
142142
Example output:
143143

144144
```text
145-
6.0.428
145+
6.0.429
146146
```
147147

148148
## Start Using .NET
@@ -171,7 +171,7 @@ For a quick start, you can follow this example to create and run a simple consol
171171
```text
172172
Welcome to .NET 6.0!
173173
---------------------
174-
SDK Version: 6.0.428
174+
SDK Version: 6.0.429
175175
176176
----------------------------------------------------------------------------
177177
The template "Console App" was created successfully.
@@ -243,15 +243,15 @@ The following commands are useful for managing and troubleshooting .NET installa
243243

244244
```text
245245
.NET SDK (reflecting any global.json):
246-
Version: 6.0.428
246+
Version: 6.0.429
247247
Commit: ef6f5ce48c
248248
249249
Runtime Environment:
250250
OS Name: Windows
251251
OS Version: 10.0.22631
252252
OS Platform: Windows
253253
RID: win10-x64
254-
Base Path: C:\Program Files\dotnet\sdk\6.0.428\
254+
Base Path: C:\Program Files\dotnet\sdk\6.0.429\
255255
256256
global.json file:
257257
Not found
@@ -262,7 +262,7 @@ The following commands are useful for managing and troubleshooting .NET installa
262262
Commit: N/A
263263
264264
.NET SDKs installed:
265-
6.0.428 [C:\Program Files\dotnet\sdk]
265+
6.0.429 [C:\Program Files\dotnet\sdk]
266266
267267
.NET runtimes installed:
268268
Microsoft.AspNetCore.App 6.0.36 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
@@ -289,10 +289,10 @@ The following commands are useful for managing and troubleshooting .NET installa
289289
Example output:
290290

291291
```text
292-
6.0.428 [C:\Program Files\dotnet\sdk]
292+
6.0.429 [C:\Program Files\dotnet\sdk]
293293
```
294294

295-
## NuGet Repository
295+
## NuGet Repository (Optional)
296296

297297
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:
298298

0 commit comments

Comments
 (0)