summaryrefslogtreecommitdiff
path: root/src/.nuget/dir.targets
diff options
context:
space:
mode:
authorTarek Mahmoud Sayed <tarekms@microsoft.com>2017-05-15 13:00:15 -0700
committerGitHub <noreply@github.com>2017-05-15 13:00:15 -0700
commit272b65025e9ad00e04d1dc3acd07233ffb723fce (patch)
tree3a65ce73e6079c04ce124d3362310b6e307700d1 /src/.nuget/dir.targets
parentb8b0b127361e3a241adb66b3074db6923c2abf17 (diff)
downloadcoreclr-272b65025e9ad00e04d1dc3acd07233ffb723fce.tar.gz
coreclr-272b65025e9ad00e04d1dc3acd07233ffb723fce.tar.bz2
coreclr-272b65025e9ad00e04d1dc3acd07233ffb723fce.zip
Update License Info (#11617)
Diffstat (limited to 'src/.nuget/dir.targets')
-rw-r--r--src/.nuget/dir.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/.nuget/dir.targets b/src/.nuget/dir.targets
index 4cd7d022cc..447b071a56 100644
--- a/src/.nuget/dir.targets
+++ b/src/.nuget/dir.targets
@@ -87,7 +87,7 @@
<!-- OverrideLicenseUrl is temporary till we update the buildtools to v2 -->
<Target Name="OverrideLicenseUrl" BeforeTargets="GenerateNuSpec">
<PropertyGroup>
- <LicenseUrl>https://github.com/dotnet/corefx/blob/master/LICENSE</LicenseUrl>
+ <LicenseUrl>https://github.com/dotnet/coreclr/blob/master/LICENSE.TXT</LicenseUrl>
</PropertyGroup>
</Target>