diff --git a/nuget/Dockerfile b/nuget/Dockerfile index 1e353ab2a9..08879222ae 100644 --- a/nuget/Dockerfile +++ b/nuget/Dockerfile @@ -27,7 +27,7 @@ RUN ARCH=$([ $TARGETARCH = "arm64" ] && echo "arm64" || echo "x64") \ # Install .NET SDK ARG DOTNET_LTS_SDK_VERSION=8.0.404 -ARG DOTNET_STS_SDK_VERSION=9.0.100 +ARG DOTNET_STS_SDK_VERSION=9.0.101 ARG DOTNET_SDK_INSTALL_URL=https://dot.net/v1/dotnet-install.sh ENV DOTNET_INSTALL_DIR=/usr/local/dotnet/current ENV DOTNET_INSTALL_SCRIPT_PATH=/tmp/dotnet-install.sh diff --git a/nuget/helpers/lib/NuGetUpdater/global.json b/nuget/helpers/lib/NuGetUpdater/global.json index f15a959283..e767342783 100644 --- a/nuget/helpers/lib/NuGetUpdater/global.json +++ b/nuget/helpers/lib/NuGetUpdater/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "9.0.100", + "version": "9.0.101", "rollForward": "latestMinor" } } \ No newline at end of file