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 e558df5 commit 68329d7Copy full SHA for 68329d7
src/Serilog.Sinks.Debug/Serilog.Sinks.Debug.csproj
@@ -4,7 +4,7 @@
4
<Description>A Serilog sink that writes log events to the debug output window.</Description>
5
<VersionPrefix>2.0.0</VersionPrefix>
6
<Authors>Serilog Contributors</Authors>
7
- <TargetFrameworks>net45;net46;netstandard1.0;netstandard2.0,netstandard2.1</TargetFrameworks>
+ <TargetFrameworks>net45;net46;netstandard1.0;netstandard2.0;netstandard2.1</TargetFrameworks>
8
<AssemblyName>Serilog.Sinks.Debug</AssemblyName>
9
<AssemblyOriginatorKeyFile>../../assets/Serilog.snk</AssemblyOriginatorKeyFile>
10
<SignAssembly>true</SignAssembly>
0 commit comments