Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update .NET SDKs #10752

Merged
merged 5 commits into from
Nov 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Microsoft.Windows.SDK.NET.Ref
Update the version of Microsoft.Windows.SDK.NET.Ref used in the tests.
  • Loading branch information
martincostello committed Nov 13, 2024
commit 7b8240a37804d84071e717b2f2e969158f0ba65c
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.45", 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
Loading