Skip to content

Commit 7c9b3bc

Browse files
authored
Merge pull request #82 from serilog/dev
4.1.1 Release
2 parents d7b0406 + 60a2be7 commit 7c9b3bc

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/Serilog.Sinks.PeriodicBatching/Serilog.Sinks.PeriodicBatching.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<PropertyGroup>
44
<Description>Buffer batches of log events to be flushed asynchronously.</Description>
5-
<VersionPrefix>4.1.0</VersionPrefix>
5+
<VersionPrefix>4.1.1</VersionPrefix>
66
<Authors>Serilog Contributors</Authors>
77
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT' ">net462</TargetFrameworks>
88
<TargetFrameworks>$(TargetFrameworks);netstandard2.0;net6.0</TargetFrameworks>
@@ -22,9 +22,12 @@
2222
<DefineConstants>$(DefineConstants);FEATURE_ASYNCDISPOSABLE</DefineConstants>
2323
</PropertyGroup>
2424

25+
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'net462'">
26+
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
27+
</ItemGroup>
28+
2529
<ItemGroup>
2630
<PackageReference Include="Serilog" Version="3.1.1" />
27-
<PackageReference Include="System.Threading.Channels" Version="8.0.0" />
2831
</ItemGroup>
2932

3033
<ItemGroup>

0 commit comments

Comments
 (0)