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" ] } },