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 33db02f commit 0e84b25Copy full SHA for 0e84b25
src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj
@@ -1,10 +1,10 @@
1
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
2
3
<PropertyGroup>
4
<Description>Enrich Serilog events with properties from the current thread.</Description>
5
<VersionPrefix>3.0.1</VersionPrefix>
6
<Authors>Serilog Contributors</Authors>
7
- <TargetFrameworks>net45;netstandard1.0</TargetFrameworks>
+ <TargetFrameworks>net45;netstandard1.0;netstandard2.0</TargetFrameworks>
8
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
9
<GenerateDocumentationFile>true</GenerateDocumentationFile>
10
<AssemblyName>Serilog.Enrichers.Thread</AssemblyName>
0 commit comments