From: Eric StJohn Date: Thu, 31 Oct 2019 19:42:42 +0000 (-0700) Subject: Use PackageLicenseExpression instead of URL (dotnet/corefx#42271) X-Git-Tag: submit/tizen/20210909.063632~11031^2~142 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0307fcb489cf544187bfb97f52e58fc5b298f32;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Use PackageLicenseExpression instead of URL (dotnet/corefx#42271) * Use PackageLicenseExpression instead of URL * Cleanup packaging properties from Directory.Build.props Commit migrated from https://github.com/dotnet/corefx/commit/987158f576e4ac4db1a4c1058cbbd5607ab22e69 --- diff --git a/eng/packaging.props b/eng/packaging.props index 422b880..dc94bd7 100644 --- a/eng/packaging.props +++ b/eng/packaging.props @@ -6,7 +6,8 @@ $(PkgDir)Microsoft.NETCore.Platforms/runtime.json https://go.microsoft.com/fwlink/?LinkID=799421 https://github.com/dotnet/corefx - https://github.com/dotnet/corefx/blob/master/LICENSE.TXT + $(CopyrightNetFoundation) + MIT $(Platform) x64 diff --git a/src/libraries/Directory.Build.props b/src/libraries/Directory.Build.props index 18721f9..bd3d4f0 100644 --- a/src/libraries/Directory.Build.props +++ b/src/libraries/Directory.Build.props @@ -186,13 +186,6 @@ - - $(CopyrightNetFoundation) - - - -