Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-05-10 01:51:56 +0300
committerGitHub <noreply@github.com>2017-05-10 01:51:56 +0300
commit1ff8e5779e48a2514b66af894d6aac4883239397 (patch)
tree488f46442268da477dca882cd629766364c95e52 /Packaging.props
parentfed476abac5d9051cce05d9cac913aa8c9c7d33f (diff)
Update the packaging license link to MIT (#19559)
Diffstat (limited to 'Packaging.props')
-rw-r--r--Packaging.props1
1 files changed, 1 insertions, 0 deletions
diff --git a/Packaging.props b/Packaging.props
index 3aa36446d9..09c77c9e1f 100644
--- a/Packaging.props
+++ b/Packaging.props
@@ -9,6 +9,7 @@
<ProjectUrl>https://dot.net</ProjectUrl>
<!-- Add a condition for this when we are able to run on .NET Core -->
<PackagingTaskDir>$(ToolsDir)net46/</PackagingTaskDir>
+ <LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
<!-- defined in buildtools packaging.targets, but we need this before targets are imported -->
<PackagePlatform Condition="'$(PackagePlatform)' == ''">$(Platform)</PackagePlatform>
<PackagePlatform Condition="'$(PackagePlatform)' == 'amd64'">x64</PackagePlatform>