Skip to content

Commit ad5bbca

Browse files
authored
Update README.md about support for NET 10 (#812)
1 parent be8f72e commit ad5bbca

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

src/NLog.Extensions.Hosting/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ If using ASP.NET Core then check [NLog.Web.AspNetCore](https://www.nuget.org/pac
1919

2020
Supported platforms:
2121

22-
- .NET 5, 6, 7, 8 and 9
23-
- .NET Core 2 and 3
22+
- .NET 6, 7, 8, 9 and 10
2423
- .NET Standard 2.0 and 2.1
24+
- .NET 4.6.2 - 4.8
2525

2626
Registration of NLog as logging provider:
2727

src/NLog.Extensions.Logging/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ Providing features like:
1515
- Enrich logging output with additional context details via the available [NLog LayoutRenderers](https://nlog-project.org/config/?tab=layout-renderers)
1616
- Rendering logging output into standard formats like JSON, CVS, W3C ELF and XML using [NLog Layouts](https://nlog-project.org/config/?tab=layouts).
1717

18-
If using ASP.NET Core then consider using [NLog.Web.AspNetCore](https://www.nuget.org/packages/NLog.Web.AspNetCore).
18+
If using ASP.NET Core then check [NLog.Web.AspNetCore](https://www.nuget.org/packages/NLog.Web.AspNetCore).
1919

2020
Supported platforms:
2121

22-
- .NET 5, 6, 7, 8 and 9
23-
- .NET 2 and 3
22+
- .NET 6, 7, 8, 9 and 10
2423
- .NET Standard 2.0 and 2.1
25-
- .NET 4.6.1 - 4.8
24+
- .NET 4.6.2 - 4.8
2625

2726
Registration of NLog as logging provider:
2827

0 commit comments

Comments
 (0)