Skip to content

Commit 30817b3

Browse files
authored
Switch to using PackageLicenseExpression (#668)
1 parent 48fbcee commit 30817b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<IncludeSymbols>true</IncludeSymbols>
1616
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1717
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
18-
<PackageLicenseFile>LICENSE</PackageLicenseFile>
18+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1919
<PackageIcon>icon.png</PackageIcon>
2020
</PropertyGroup>
2121

0 commit comments

Comments
 (0)