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 55b02ae commit 6b6c9daCopy full SHA for 6b6c9da
CoreHelpers.Branding.AspNet/CoreHelpers.Branding.AspNet.csproj
@@ -13,8 +13,13 @@
13
<PackageTags>dotnet-core dotnet azure azure-storage</PackageTags>
14
<Copyright>(c) Dirk Eisenberg</Copyright>
15
<OutputType>Library</OutputType>
16
+ <IsPackable>true</IsPackable>
17
</PropertyGroup>
18
19
+ <ItemGroup>
20
+ <None Include="..\LICENSE" Pack="true" PackagePath="" />
21
+ </ItemGroup>
22
+
23
<ItemGroup>
24
<ProjectReference Include="..\CoreHelpers.Branding.Runtime.Abstractions\CoreHelpers.Branding.Runtime.Abstractions.csproj">
25
<GlobalPropertiesToRemove></GlobalPropertiesToRemove>
0 commit comments