Skip to content

Commit 6b6c9da

Browse files
committed
allowed packaging
1 parent 55b02ae commit 6b6c9da

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CoreHelpers.Branding.AspNet/CoreHelpers.Branding.AspNet.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,13 @@
1313
<PackageTags>dotnet-core dotnet azure azure-storage</PackageTags>
1414
<Copyright>(c) Dirk Eisenberg</Copyright>
1515
<OutputType>Library</OutputType>
16+
<IsPackable>true</IsPackable>
1617
</PropertyGroup>
1718

19+
<ItemGroup>
20+
<None Include="..\LICENSE" Pack="true" PackagePath="" />
21+
</ItemGroup>
22+
1823
<ItemGroup>
1924
<ProjectReference Include="..\CoreHelpers.Branding.Runtime.Abstractions\CoreHelpers.Branding.Runtime.Abstractions.csproj">
2025
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>

0 commit comments

Comments
 (0)