diff --git a/global.json b/global.json index 5364814ac..8c6705e86 100644 --- a/global.json +++ b/global.json @@ -6,14 +6,16 @@ "dotnet": "9.0.100", "runtimes": { "dotnet": [ - "6.0.33", + "6.0.36", "7.0.20", - "8.0.8" + "8.0.11", + "9.0.0" ], "aspnetcore": [ - "6.0.33", + "6.0.36", "7.0.20", - "8.0.8" + "8.0.11", + "9.0.0" ] } },