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 authored Oct 8, 2024
1 parent 0a80a72 commit 5822a4b
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 @@ -17,8 +17,8 @@ RUN apt-get update \
&& rm -rf /var/lib/apt/lists/*

# 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 5822a4b

Please sign in to comment.