diff --git a/global.json b/global.json index 5e4856113a..316dfecfae 100644 --- a/global.json +++ b/global.json @@ -1,19 +1,19 @@ { "sdk": { - "version": "5.0.103" + "version": "5.0.104" }, "tools": { - "dotnet": "5.0.103", + "dotnet": "5.0.104", "runtimes": { "dotnet/x64": [ - "2.1.25", + "2.1.26", "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "dotnet/x86": [ "$(MicrosoftNETCoreAppInternalPackageVersion)" ], "aspnetcore/x64": [ - "3.1.12" + "3.1.13" ] }, "Git": "2.22.0",