File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 33 <PropertyGroup >
44 <Description >An embeddable mini-language for filtering, enriching, and formatting Serilog
55 events, ideal for use with JSON or XML configuration.</Description >
6- <VersionPrefix >4 .0.1 </VersionPrefix >
6+ <VersionPrefix >5 .0.0 </VersionPrefix >
77 <Authors >Serilog Contributors</Authors >
8- <TargetFrameworks >netstandard2.1;netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks >
8+ <!-- .NET Framework version targeting is frozen at these two TFMs. -->
9+ <TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net471;net462</TargetFrameworks >
10+ <!-- Policy is to trim TFM-specific builds to `netstandard2.0`, `net6.0`,
11+ all active LTS versions, and optionally the latest RTM version, when releasing new
12+ major Serilog versions. -->
13+ <TargetFrameworks >$(TargetFrameworks);net8.0;net6.0;netstandard2.0</TargetFrameworks >
914 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1015 <RootNamespace >Serilog</RootNamespace >
1116 <PackageTags >serilog</PackageTags >
1823 </PropertyGroup >
1924
2025 <ItemGroup >
21- <PackageReference Include =" Serilog" Version =" 3.1.1 " />
26+ <PackageReference Include =" Serilog" Version =" 4.0.0 " />
2227 <PackageReference Include =" Nullable" Version =" 1.3.1" PrivateAssets =" All" />
2328 </ItemGroup >
2429
You can’t perform that action at this time.
0 commit comments