Skip to content

Commit 836e9d0

Browse files
committed
Add license to NuGet
1 parent 68d00a0 commit 836e9d0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/AzureSign.Core/AzureSign.Core.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<IsAotCompatible Condition="$([MSBuild]::IsTargetFrameworkCompatible('$(TargetFramework)', 'net8.0'))">true</IsAotCompatible>
1212
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
1313
<CentralPackageTransitivePinningEnabled>true</CentralPackageTransitivePinningEnabled>
14+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1415
</PropertyGroup>
1516

1617
<ItemGroup>

src/AzureSignTool/AzureSignTool.csproj

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<EventSourceSupport>false</EventSourceSupport>
1414
<HttpActivityPropagationSupport>false</HttpActivityPropagationSupport>
1515
<OptimizationPreference>Size</OptimizationPreference>
16+
<PackageLicenseExpression>MIT</PackageLicenseExpression>
1617
</PropertyGroup>
1718

1819
<ItemGroup>

0 commit comments

Comments
 (0)