diff --git a/global.json b/global.json index 029c8df99..c9a4cdd59 100644 --- a/global.json +++ b/global.json @@ -7,11 +7,13 @@ "runtimes": { "dotnet": [ "3.1.22", - "5.0.14" + "5.0.14", + "6.0.18" ], "aspnetcore": [ "3.1.22", - "5.0.14" + "5.0.14", + "6.0.18" ] } },