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 dae7bd4 commit 5839480Copy full SHA for 5839480
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>6.0.1</VersionPrefix>
+ <VersionPrefix>6.1.0</VersionPrefix>
5
<Authors>Serilog Contributors</Authors>
6
<TargetFrameworks Condition=" '$(OS)' == 'Windows_NT'">net462;net471</TargetFrameworks>
7
<TargetFrameworks>$(TargetFrameworks);netstandard2.0;net6.0;net8.0</TargetFrameworks>
0 commit comments