Update ProjectUrl in props (#32599)
authorTim Heuer <tim@timheuer.com>
Fri, 28 Feb 2020 20:29:01 +0000 (12:29 -0800)
committerGitHub <noreply@github.com>
Fri, 28 Feb 2020 20:29:00 +0000 (15:29 -0500)
I believe this should now be `/runtime` instead of `/corefx` so that it properly attributes the project location when shown in NuGet and elsewhere that relies on the ProjectUrl data.

eng/packaging.props

index 5c080d0..1e7d8bd 100644 (file)
@@ -4,7 +4,7 @@
     <PackageLicenseFile>$(RepoRoot)LICENSE.TXT</PackageLicenseFile>
     <PackageThirdPartyNoticesFile>$(RepoRoot)THIRD-PARTY-NOTICES.TXT</PackageThirdPartyNoticesFile>
     <ReleaseNotes>https://go.microsoft.com/fwlink/?LinkID=799421</ReleaseNotes>
-    <ProjectUrl Condition="'$(ProjectUrl)' == ''">https://github.com/dotnet/corefx</ProjectUrl>
+    <ProjectUrl Condition="'$(ProjectUrl)' == ''">https://github.com/dotnet/runtime</ProjectUrl>
     <Copyright>$(CopyrightNetFoundation)</Copyright>
     <PackageLicenseExpression>MIT</PackageLicenseExpression>
     <!-- defined in buildtools packaging.targets, but we need this before targets are imported -->