Skip to content

Commit

Permalink
update PackageLicenseExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
fs7744 committed Dec 13, 2020
1 parent 5d01e07 commit 12fd99b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ProjectCommon.targets
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@
<Copyright>@2020 Norns.Urd</Copyright>
<PackageTags>Emit;Aop</PackageTags>
<Description>See - https://github.com/fs7744/Norns.Urd </Description>
<PackageLicenseFile>LICENSE</PackageLicenseFile>
<RepositoryUrl>https://github.com/fs7744/Norns.Urd</RepositoryUrl>
<PackageIcon>icon.png</PackageIcon>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0" PrivateAssets="All" />
Expand All @@ -28,7 +28,6 @@
<Pack>True</Pack>
<PackagePath></PackagePath>
</None>
<None Include="..\..\LICENSE" Pack="true" PackagePath="LICENSE"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 12fd99b

Please sign in to comment.