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 aae2678 commit 82cc03dCopy full SHA for 82cc03d
src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj
@@ -1,4 +1,4 @@
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>
@@ -15,7 +15,7 @@
15
<PackageTags>serilog;thread;enricher</PackageTags>
16
<PackageIconUrl>http://serilog.net/images/serilog-enricher-nuget.png</PackageIconUrl>
17
<PackageProjectUrl>http://serilog.net</PackageProjectUrl>
18
- <PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+ <PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
19
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
20
</PropertyGroup>
21
0 commit comments