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 3
3
<PropertyGroup >
4
4
<Description >An embeddable mini-language for filtering, enriching, and formatting Serilog
5
5
events, ideal for use with JSON or XML configuration.</Description >
6
- <VersionPrefix >4 .0.1 </VersionPrefix >
6
+ <VersionPrefix >5 .0.0 </VersionPrefix >
7
7
<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 >
9
14
<GenerateDocumentationFile >true</GenerateDocumentationFile >
10
15
<RootNamespace >Serilog</RootNamespace >
11
16
<PackageTags >serilog</PackageTags >
18
23
</PropertyGroup >
19
24
20
25
<ItemGroup >
21
- <PackageReference Include =" Serilog" Version =" 3.1.1 " />
26
+ <PackageReference Include =" Serilog" Version =" 4.0.0 " />
22
27
<PackageReference Include =" Nullable" Version =" 1.3.1" PrivateAssets =" All" />
23
28
</ItemGroup >
24
29
You can’t perform that action at this time.
0 commit comments