Skip to content

Commit

Permalink
Update .NET SDKs (#10752)
Browse files Browse the repository at this point in the history
* Update .NET SDKs
Update .NET 8 and 9 SDKs to their latest versions.

* Fix test
Bump Microsoft.Windows.SDK.NET.Ref version.

* Update .NET SDKs
Update to November 2024 releases for .NET 8 and 9.

* Update Microsoft.Windows.SDK.NET.Ref

Update the version of Microsoft.Windows.SDK.NET.Ref used in the tests.

---------

Co-authored-by: AbdulFattaah Popoola <[email protected]>
  • Loading branch information
martincostello and abdulapopoola authored Nov 14, 2024
1 parent a7a43ca commit d9be882
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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.404
ARG DOTNET_STS_SDK_VERSION=9.0.100
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
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ await TestUpdateForProject("Some.Package", "9.0.1", "13.0.1",
MockNuGetPackage.CreateSimplePackage("Some.Package", "9.0.1", "net8.0"),
MockNuGetPackage.CreateSimplePackage("Some.Package", "13.0.1", "net8.0"),
// necessary for the `net8.0-windows10.0.19041.0` TFM
new("Microsoft.Windows.SDK.NET.Ref", "10.0.19041.34", Files:
new("Microsoft.Windows.SDK.NET.Ref", "10.0.19041.54", Files:
[
("data/FrameworkList.xml", Encoding.UTF8.GetBytes("""
<FileList Name="Windows SDK .NET 6.0">
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",
"rollForward": "latestMinor"
}
}

0 comments on commit d9be882

Please sign in to comment.