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 15031cd commit 6490380Copy full SHA for 6490380
src/EPPlus/EPPlus.csproj
@@ -7,7 +7,9 @@
7
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
8
<PackageProjectUrl>https://epplussoftware.com</PackageProjectUrl>
9
<Authors>EPPlus Software AB</Authors>
10
- <PackageLicenseExpression>PolyForm-Noncommercial-1.0.0</PackageLicenseExpression>
+ <PropertyGroup>
11
+ <PackageLicenseFile>license.md</PackageLicenseFile>
12
+ </PropertyGroup>
13
<Company>EPPlus Software AB</Company>
14
<Product>EPPlus</Product>
15
<Description>A spreadsheet library for .NET framework and .NET core</Description>
@@ -748,4 +750,4 @@
748
750
<ItemGroup>
749
751
<Folder Include="FormulaParsing\FormulaExpressions\Variables\" />
752
</ItemGroup>
-</Project>
753
+</Project>
0 commit comments