From 9486e2aeaefbcc5bb6931e1d9c6d89859f42d07c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Tue, 10 Nov 2020 17:37:47 +0100 Subject: [PATCH] Bump the .NET Core 3.x runtime/packages to 3.1.10 --- Packages.props | 32 ++++++++++++++++---------------- global.json | 2 +- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/Packages.props b/Packages.props index bba0138a..a4523121 100644 --- a/Packages.props +++ b/Packages.props @@ -52,22 +52,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/global.json b/global.json index 0ffdc0ba..4e51b9b1 100644 --- a/global.json +++ b/global.json @@ -5,7 +5,7 @@ "runtimes": { "aspnetcore": [ "2.1.23", - "3.1.9" + "3.1.10" ] } },