File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/Serilog.Sinks.Console Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
<PropertyGroup >
3
3
<Description >A Serilog sink that writes log events to the console/terminal.</Description >
4
- <VersionPrefix >5.0.0 </VersionPrefix >
4
+ <VersionPrefix >5.0.1 </VersionPrefix >
5
5
<Authors >Serilog Contributors</Authors >
6
6
<TargetFrameworks Condition =" '$(OS)' == 'Windows_NT'" >net462;net471</TargetFrameworks >
7
7
<TargetFrameworks >$(TargetFrameworks);netstandard2.1;netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks >
39
39
</PropertyGroup >
40
40
41
41
<ItemGroup >
42
- <PackageReference Include =" Serilog" Version =" 3.1.0-* " />
42
+ <PackageReference Include =" Serilog" Version =" 3.1.1 " />
43
43
<PackageReference Include =" Nullable" Version =" 1.3.0" PrivateAssets =" all" />
44
44
</ItemGroup >
45
45
You can’t perform that action at this time.
0 commit comments