File tree Expand file tree Collapse file tree 2 files changed +6
-15
lines changed
src/Serilog.Enrichers.ClientInfo Expand file tree Collapse file tree 2 files changed +6
-15
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- - Set the IP logging preference to IPv4 or IPv6, if conversion is supported .
19+ - Remove dependency on Microsoft.AspNetCore.App framework .
2020 </releaseNotes >
2121 <dependencies >
2222 <group targetFramework =" .NET8.0" >
23+ <dependency id =" Microsoft.AspNetCore.Http" version =" 2.3.0" />
2324 <dependency id =" Serilog" version =" 4.3.0" />
2425 </group >
2526 <group targetFramework =" .NET9.0" >
27+ <dependency id =" Microsoft.AspNetCore.Http" version =" 2.3.0" />
2628 <dependency id =" Serilog" version =" 4.3.0" />
2729 </group >
2830 </dependencies >
29- <frameworkReferences >
30- <group targetFramework =" .NET8.0" >
31- <frameworkReference name =" Microsoft.AspNetCore.App" />
32- </group >
33- <group targetFramework =" .NET9.0" >
34- <frameworkReference name =" Microsoft.AspNetCore.App" />
35- </group >
36- </frameworkReferences >
3731 </metadata >
3832 <files >
3933 <file src =" src\Serilog.Enrichers.ClientInfo\bin\release\net8.0\*" target =" lib/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.5 .0</Version >
11- <AssemblyVersion >2.5 .0</AssemblyVersion >
10+ <Version >2.6 .0</Version >
11+ <AssemblyVersion >2.6 .0</AssemblyVersion >
1212 </PropertyGroup >
1313
1414 <ItemGroup >
15- <FrameworkReference Include =" Microsoft.AspNetCore.App" />
16- </ItemGroup >
17-
18- <ItemGroup >
15+ <PackageReference Include =" Microsoft.AspNetCore.Http" Version =" 2.3.0" />
1916 <PackageReference Include =" Serilog" Version =" 4.3.0" />
2017 </ItemGroup >
2118
You can’t perform that action at this time.
0 commit comments