Skip to content

Commit

Permalink
Update .NET SDKs
Browse files Browse the repository at this point in the history
Update .NET 8 and 9 SDKs to their latest versions.
  • Loading branch information
martincostello committed Oct 26, 2024
1 parent 6399c74 commit 6b4a9e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions nuget/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ RUN ARCH=$([ $TARGETARCH = "arm64" ] && echo "arm64" || echo "x64") \
&& pwsh --version

# Install .NET SDK
ARG DOTNET_LTS_SDK_VERSION=8.0.402
ARG DOTNET_STS_SDK_VERSION=9.0.100-rc.1.24452.12
ARG DOTNET_LTS_SDK_VERSION=8.0.403
ARG DOTNET_STS_SDK_VERSION=9.0.100-rc.2.24474.11
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
Expand Down
2 changes: 1 addition & 1 deletion nuget/helpers/lib/NuGetUpdater/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "9.0.100-rc.1.24452.12",
"version": "9.0.100-rc.2.24474.11",
"rollForward": "latestMinor"
}
}

0 comments on commit 6b4a9e8

Please sign in to comment.