From 316fbdd10e8829faaf9157ecbb05795e75b618f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 17:39:34 +0000 Subject: [PATCH] [release/3.0.1xx] Update dependencies from dotnet/core-setup (#4180) * Update dependencies from https://github.com/dotnet/core-setup build 20200114.01 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.01 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.08 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.11 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.13 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200115.15 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.05 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.07 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.08 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200116.10 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200117.02 - Microsoft.NET.HostModel - 3.0.3 * Update dependencies from https://github.com/dotnet/core-setup build 20200117.03 - Microsoft.NET.HostModel - 3.0.3 * Update stage0 * Update stage0 * Add aspnetcore dependency Co-authored-by: Matt Mitchell --- NuGet.config | 2 ++ eng/Version.Details.xml | 10 +++++++--- eng/Versions.props | 2 +- global.json | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/NuGet.config b/NuGet.config index 15a462069522..80ab11105d84 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,6 +3,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index addb2d0902dd..594131972991 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -11,9 +11,13 @@ https://github.com/dotnet/arcade 4d80b9cfa53e309c8f685abff3512f60c3d8a3d1 - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a2c3406f47bed9f53fea5205c07d22be382f19b8 + + https://github.com/dotnet/core-setup + c03f2fe62663edec83d1bc12b4e9f11bd3de5d0e + + + https://github.com/dotnet/aspnetcore + bd11e9503c35094d56814f6399c58c77f4220f71 https://github.com/NuGet/NuGet.Client diff --git a/eng/Versions.props b/eng/Versions.props index dbe9786cdbda..e72ac16b2350 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,7 +15,7 @@ 15.4.8 15.4.8 2.1.0-preview2-26306-03 - 3.0.2 + 3.0.3 2.0.1-servicing-26011-01 9.0.1 5.3.1-rtm.6268 diff --git a/global.json b/global.json index 76d818d1ec0f..b74a2e1cc7a4 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.0.102-servicing-014399", + "dotnet": "3.0.103-servicing-014446", "vs-opt": { "version": "15.9" }