From: Mike McLaughlin Date: Wed, 21 Oct 2020 19:58:56 +0000 (-0700) Subject: Fix runtime/aspnetcore DARC updates (#1668) X-Git-Tag: submit/tizen/20210909.063632~17^2~364 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3f334d2bade806b6a1874756c7667f94a91ecd80;p=platform%2Fcore%2Fdotnet%2Fdiagnostics.git Fix runtime/aspnetcore DARC updates (#1668) Fix runtime/aspnetcore DARC updates * Update dependencies from https://github.com/dotnet/runtime build 20201014.4 Microsoft.NETCore.App From Version 5.0.0-rc.2.20479.6 -> To Version 5.0.0-rtm.20514.4 * Update dependencies from https://github.com/dotnet/runtime build 20201015.3 Microsoft.NETCore.App From Version 5.0.0-rc.2.20479.6 -> To Version 5.0.0-rtm.20515.3 * Update dependencies from https://github.com/dotnet/runtime build 20201017.6 Microsoft.NETCore.App From Version 5.0.0-rc.2.20479.6 -> To Version 5.0.0-rtm.20517.6 * Update dependencies from https://github.com/dotnet/runtime build 20201019.4 Microsoft.NETCore.App From Version 5.0.0-rc.2.20479.6 -> To Version 5.0.0-rtm.20519.4 --- diff --git a/NuGet.config b/NuGet.config index a6a27a89a..1dc830cf7 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,10 @@ + + + + diff --git a/eng/InstallRuntimes.proj b/eng/InstallRuntimes.proj index 1f84af3d5..2770b9040 100644 --- a/eng/InstallRuntimes.proj +++ b/eng/InstallRuntimes.proj @@ -15,7 +15,12 @@ $(MicrosoftDotnetSdkInternalVersion) - .NET SDK to use for testing - $(MicrosoftNETCoreAppVersion) $(MicrosoftAspNetCoreAppRefVersion) - latest dotnet runtime/aspnetcore version to install/test + $(MicrosoftNETCoreAppVersion) - latest dotnet runtime package version (the version to install) + $(MicrosoftNETCoreAppRuntimewinx64Version) - latest dotnet runtime stable version (the version that actually is installed) + + $(MicrosoftAspNetCoreAppRefInternalVersion) - latest dotnet aspnetcore package version (the version to install) + $(MicrosoftAspNetCoreAppRefVersion) - latest dotnet aspnetcore stable version (the version that actually is installed) + $(MicrosoftNETCoreApp31Version) $(MicrosoftAspNetCoreApp31Version) - 3.1 version $(MicrosoftNETCoreApp21Version) $(MicrosoftAspNetCoreApp21Version) - 2.1 version @@ -48,7 +53,7 @@ -NoPath -SkipNonVersionedFiles -Architecture $(BuildArch) -InstallDir $(DotNetInstallRoot) - $(DotNetInstallRoot.Replace("\", "\\"))shared\\Microsoft.NETCore.App\\$(MicrosoftNETCoreAppVersion)\\ + $([MSBuild]::NormalizeDirectory('$(DotNetInstallRoot)', 'shared', 'Microsoft.NETCore.App', '$(MicrosoftNETCoreAppRuntimewinx64Version)')) $(DotNetInstallRoot)Debugger.Tests.Versions.txt $(DotNetInstallRoot)AddPrivateTesting.reg $(DotNetInstallRoot)RemovePrivateTesting.reg @@ -70,14 +75,14 @@ - + - + @@ -140,7 +145,7 @@ Outputs="$(TestConfigFileName)"> - $(MicrosoftNETCoreAppVersion) + $(MicrosoftNETCoreAppRuntimewinx64Version) $(DotnetRuntimeVersion) https://github.com/dotnet/arcade d4de3ce701c2ba697d71cc70e2db69d7568913dc - - https://github.com/dotnet/runtime - c95b3204bc3790e797cf8787481898e5473049d9 + + https://github.com/dotnet/aspnetcore + c7d42cf37bfc928bfae6c4ddaff0749fbb2fb9f2 https://github.com/dotnet/aspnetcore 25bd01f17d5f01fc78bea5eb5308b2c0d79e2889 + + https://github.com/dotnet/runtime + cf258a14b70ad9069470a108f13765e0e5988f51 + + + https://github.com/dotnet/runtime + cf258a14b70ad9069470a108f13765e0e5988f51 + diff --git a/eng/Versions.props b/eng/Versions.props index 9d35082c4..11e1645bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,8 +15,10 @@ 3.1.8 $(MicrosoftNETCoreApp31Version) - 5.0.0-rc.2.20479.6 + 5.0.0-rtm.20519.4 + 5.0.0 + 5.0.0-rc.2.20475.17 5.0.0-rc.2.20475.17 5.0.100-rc.2.20480.7 diff --git a/src/tests/Microsoft.Diagnostics.NETCore.Client/Microsoft.Diagnostics.NETCore.Client.UnitTests.csproj b/src/tests/Microsoft.Diagnostics.NETCore.Client/Microsoft.Diagnostics.NETCore.Client.UnitTests.csproj index 1eb11051d..e0e813c74 100644 --- a/src/tests/Microsoft.Diagnostics.NETCore.Client/Microsoft.Diagnostics.NETCore.Client.UnitTests.csproj +++ b/src/tests/Microsoft.Diagnostics.NETCore.Client/Microsoft.Diagnostics.NETCore.Client.UnitTests.csproj @@ -1,7 +1,7 @@ @@ -27,7 +27,7 @@ namespace Microsoft.Diagnostics.NETCore.Client { public partial class CommonHelper { - public static readonly string CurrentDARCVersion = "$(MicrosoftNETCoreAppVersion)"; + public static readonly string CurrentDARCVersion = "$(MicrosoftNETCoreAppRuntimewinx64Version)"; } } ]]>