Skip to content

Commit 3620ebc

Browse files
committed
updated header
1 parent 36b5fcc commit 3620ebc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/core/enrichment/application-log-enricher.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ You can provide additional configuration via `appsettings.json`. There are two p
7979

8080
Register the log enricher into the dependency injection container:
8181

82-
### [.NET 10+](#tab/net10-plus)
82+
### [.NET 10.1+](#tab/net10-plus)
8383

8484
Starting with .NET 10, use the <xref:Microsoft.Extensions.DependencyInjection.ApplicationEnricherServiceCollectionExtensions.AddApplicationLogEnricher(Microsoft.Extensions.DependencyInjection.IServiceCollection)> method:
8585

@@ -126,7 +126,7 @@ Alternatively, configure options using `appsettings.json`:
126126

127127
And apply the configuration:
128128

129-
### [.NET 10+](#tab/net10-plus-config)
129+
### [.NET 10.1+](#tab/net10-plus-config)
130130

131131
```csharp
132132
var builder = Host.CreateApplicationBuilder(args);
@@ -165,7 +165,7 @@ Here's a complete example showing how to set up the service log enricher:
165165

166166
**Program.cs:**
167167

168-
### [.NET 10+](#tab/net10-plus-full-example)
168+
### [.NET 10.1+](#tab/net10-plus-full-example)
169169

170170
```csharp
171171
using System.Text.Json;

0 commit comments

Comments
 (0)