File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
src/Serilog.Sinks.PeriodicBatching Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
<PropertyGroup >
4
4
<Description >Buffer batches of log events to be flushed asynchronously.</Description >
5
- <VersionPrefix >4.1.0 </VersionPrefix >
5
+ <VersionPrefix >4.1.1 </VersionPrefix >
6
6
<Authors >Serilog Contributors</Authors >
7
7
<TargetFrameworks Condition =" '$(OS)' == 'Windows_NT' " >net462</TargetFrameworks >
8
8
<TargetFrameworks >$(TargetFrameworks);netstandard2.0;net6.0</TargetFrameworks >
22
22
<DefineConstants >$(DefineConstants);FEATURE_ASYNCDISPOSABLE</DefineConstants >
23
23
</PropertyGroup >
24
24
25
+ <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'net462'" >
26
+ <PackageReference Include =" System.Threading.Channels" Version =" 8.0.0" />
27
+ </ItemGroup >
28
+
25
29
<ItemGroup >
26
30
<PackageReference Include =" Serilog" Version =" 3.1.1" />
27
- <PackageReference Include =" System.Threading.Channels" Version =" 8.0.0" />
28
31
</ItemGroup >
29
32
30
33
<ItemGroup >
You can’t perform that action at this time.
0 commit comments