We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48fbcee commit 30817b3Copy full SHA for 30817b3
1 file changed
src/Directory.Build.props
@@ -15,7 +15,7 @@
15
<IncludeSymbols>true</IncludeSymbols>
16
<EmbedUntrackedSources>true</EmbedUntrackedSources>
17
<AllowedOutputExtensionsInPackageBuildOutputFolder>$(AllowedOutputExtensionsInPackageBuildOutputFolder);.pdb</AllowedOutputExtensionsInPackageBuildOutputFolder>
18
- <PackageLicenseFile>LICENSE</PackageLicenseFile>
+ <PackageLicenseExpression>MIT</PackageLicenseExpression>
19
<PackageIcon>icon.png</PackageIcon>
20
</PropertyGroup>
21
0 commit comments