diff --git a/global.json b/global.json index 7bebd2298..f0588f313 100644 --- a/global.json +++ b/global.json @@ -6,14 +6,14 @@ "dotnet": "9.0.100-preview.7.24407.12", "runtimes": { "dotnet": [ - "6.0.30", - "7.0.19", - "8.0.5" + "6.0.33", + "7.0.20", + "8.0.8" ], "aspnetcore": [ - "6.0.30", - "7.0.19", - "8.0.5" + "6.0.33", + "7.0.20", + "8.0.8" ] } },