Skip to content

Commit

Permalink
update PackageLicenseUrl to PackageLicenseExpression
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsequitur committed May 10, 2019
1 parent 3743f10 commit 3b3d481
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PropertyGroup>
<NoWarn>$(NoWarn);NU5125;CS0618</NoWarn>
<PackageIconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</PackageIconUrl>
<PackageLicenseUrl>https://raw.githubusercontent.com/dotnet/command-line-api/master/LICENSE.md</PackageLicenseUrl>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

</Project>

0 comments on commit 3b3d481

Please sign in to comment.