File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
src/Serilog.Enrichers.ClientInfo Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1616 <tags >serilog enrichers enricher ip correlation-id request header</tags >
1717 <copyright >© 2025 Serilog Contributors</copyright >
1818 <releaseNotes >
19- - Add Support for .NET 9.0
20- - Remove Support for .NET 6.0 and .NET 7.0
21- - Update Serilog to version 4.3.0
22- - Update dependencies
19+ - Fix KeyNotFoundException in all enrichers by using TryGetValue instead of direct dictionary access
2320 </releaseNotes >
2421 <dependencies >
2522 <group targetFramework =" .NET8.0" >
Original file line number Diff line number Diff line change 77 <GenerateDocumentationFile >true</GenerateDocumentationFile >
88 <DebugType >embedded</DebugType >
99 <EmbedAllSources >true</EmbedAllSources >
10- <Version >2.2 .0</Version >
11- <AssemblyVersion >2.2 .0</AssemblyVersion >
10+ <Version >2.3 .0</Version >
11+ <AssemblyVersion >2.3 .0</AssemblyVersion >
1212 </PropertyGroup >
1313
1414 <ItemGroup >
You can’t perform that action at this time.
0 commit comments