Skip to content

Commit a918f6a

Browse files
committed
TFM and dependency update
1 parent 7619bd6 commit a918f6a

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

src/Serilog.Expressions/Serilog.Expressions.csproj

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,14 @@
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>
@@ -18,7 +23,7 @@
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

0 commit comments

Comments
 (0)