summaryrefslogtreecommitdiff
path: root/src/.nuget/dir.targets
diff options
context:
space:
mode:
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>