From: Tim Heuer Date: Fri, 28 Feb 2020 20:29:01 +0000 (-0800) Subject: Update ProjectUrl in props (#32599) X-Git-Tag: submit/tizen/20210909.063632~9436 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=629c3fc6674c174fb5ed1d236202f4b6a42ff28c;p=platform%2Fupstream%2Fdotnet%2Fruntime.git Update ProjectUrl in props (#32599) 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. --- diff --git a/eng/packaging.props b/eng/packaging.props index 5c080d0..1e7d8bd 100644 --- a/eng/packaging.props +++ b/eng/packaging.props @@ -4,7 +4,7 @@ $(RepoRoot)LICENSE.TXT $(RepoRoot)THIRD-PARTY-NOTICES.TXT https://go.microsoft.com/fwlink/?LinkID=799421 - https://github.com/dotnet/corefx + https://github.com/dotnet/runtime $(CopyrightNetFoundation) MIT