Skip to content

Commit

Permalink
Disable use of PackageLicenseExpression
Browse files Browse the repository at this point in the history
We need to workaround NuGet issue NuGet/Home#7894
  • Loading branch information
ericstj committed Mar 21, 2019
1 parent d04f965 commit 085d373
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,9 @@

<PropertyGroup Condition="'$(CopyrightNetFoundation)' != ''">
<Copyright>$(CopyrightNetFoundation)</Copyright>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<!-- Temporarily disable PackageLicenseExpression until we can workaround
https://github.com/NuGet/Home/issues/7894 -->
<!-- PackageLicenseExpression>MIT</PackageLicenseExpression -->
</PropertyGroup>

<!-- Import packaging props -->
Expand Down

0 comments on commit 085d373

Please sign in to comment.