We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47b6df0 commit 7a388ebCopy full SHA for 7a388eb
src/Serilog.Sinks.Console/Serilog.Sinks.Console.csproj
@@ -1,7 +1,7 @@
1
<Project Sdk="Microsoft.NET.Sdk">
2
<PropertyGroup>
3
<Description>A Serilog sink that writes log events to the console/terminal.</Description>
4
- <VersionPrefix>5.0.1</VersionPrefix>
+ <VersionPrefix>5.0.2</VersionPrefix>
5
<Authors>Serilog Contributors</Authors>
6
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net462;net471</TargetFrameworks>
7
<TargetFrameworks>$(TargetFrameworks);netstandard2.1;netstandard2.0;net5.0;net6.0;net7.0</TargetFrameworks>
0 commit comments