From 5abe8a6b9349a070dd934acf3cae032d5f26354c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Thu, 11 Jun 2020 19:57:22 +0200 Subject: [PATCH] Bump the .NET runtimes and the Microsoft.Bcl.AsyncInterfaces/System.Text.Json/System.Net.Http.Json packages --- eng/Versions.props | 6 +++--- global.json | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 6e7db7a4..0a874102 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -30,7 +30,7 @@ 0.14.0 - 1.1.0 + 1.1.1 1.1.0 1.8.6.7 4.7.0 @@ -44,8 +44,8 @@ 4.13.1 4.1.0 1.0.0 - 3.2.0 - 4.7.1 + 3.2.1 + 4.7.2 4.5.4 diff --git a/global.json b/global.json index bca075e8..fbfe52f6 100644 --- a/global.json +++ b/global.json @@ -3,8 +3,8 @@ "dotnet": "5.0.100-preview.4.20258.7", "runtimes": { "aspnetcore": [ - "2.1.17", - "3.1.4" + "2.1.19", + "3.1.5" ] } },