From 970dbe932af250a507dee1c1d673b08c5b39b0da Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Chalet?= Date: Wed, 12 Aug 2020 15:40:57 +0200 Subject: [PATCH] Bump the .NET SDK/runtime and the ASP.NET Core/.NET Platform Extensions packages --- Directory.Packages.props | 32 ++++++++++++++++---------------- global.json | 6 +++--- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 98c84489..53dca4ab 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -52,22 +52,22 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/global.json b/global.json index 7fb41138..2c1a3e08 100644 --- a/global.json +++ b/global.json @@ -1,10 +1,10 @@ { "tools": { - "dotnet": "3.1.302", + "dotnet": "3.1.401", "runtimes": { "aspnetcore": [ - "2.1.20", - "3.1.6" + "2.1.21", + "3.1.7" ] } },