diff --git a/global.json b/global.json index 0678bd6b093..4befc7688cc 100644 --- a/global.json +++ b/global.json @@ -1,17 +1,17 @@ { "tools": { - "dotnet": "5.0.202", + "dotnet": "5.0.203", "runtimes": { "dotnet": [ - "3.1.14" + "3.1.15" ], "aspnetcore": [ - "3.1.14" + "3.1.15" ] } }, "sdk": { - "version": "5.0.202", + "version": "5.0.203", "allowPrerelease": true, "rollForward": "latestMajor" },