Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
Bump Microsoft.Windows.SDK.NET.Ref version.
  • Loading branch information
martincostello committed Oct 26, 2024
1 parent 6b4a9e8 commit 1031019
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,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.45", Files:
[
("data/FrameworkList.xml", Encoding.UTF8.GetBytes("""
<FileList Name="Windows SDK .NET 6.0">
Expand Down

0 comments on commit 1031019

Please sign in to comment.