Skip to content

Commit 82cc03d

Browse files
committed
Replace PackageLicenseUrl with PackageLicenseExpression
1 parent aae2678 commit 82cc03d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Serilog.Enrichers.Thread/Serilog.Enrichers.Thread.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<Description>Enrich Serilog events with properties from the current thread.</Description>
@@ -15,7 +15,7 @@
1515
<PackageTags>serilog;thread;enricher</PackageTags>
1616
<PackageIconUrl>http://serilog.net/images/serilog-enricher-nuget.png</PackageIconUrl>
1717
<PackageProjectUrl>http://serilog.net</PackageProjectUrl>
18-
<PackageLicenseUrl>http://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
18+
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
1919
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
2020
</PropertyGroup>
2121

0 commit comments

Comments
 (0)