From b5054dcadda45b76ec15f2beb6a41a85479393dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Sep 2025 02:03:43 +0000 Subject: [PATCH 1/3] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250912.3 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25428.6 -> To Version 8.0.0-alpha.1.25462.3 --- NuGet.config | 16 ++++++++++++++++ eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 3 files changed, 19 insertions(+), 3 deletions(-) diff --git a/NuGet.config b/NuGet.config index 05d6d50db75d..9940332e9b5c 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,9 +7,17 @@ + + + + + + + + @@ -30,9 +38,17 @@ + + + + + + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 089a2fa64939..f80ee9889e78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -338,9 +338,9 @@ 9a1c3e1b7f0c8763d4c96e593961a61a72679a7b - + https://github.com/dotnet/source-build-reference-packages - 0b4984f8ee945e02a39ef0f72dc9f7ceab65c14f + 55cc6bb942c12203e42ddb58f72cf5dbf1173eac diff --git a/eng/Versions.props b/eng/Versions.props index 1a21cf67e935..f5f6ca3f7662 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -168,7 +168,7 @@ 8.0.0-alpha.1.25202.2 - 8.0.0-alpha.1.25428.6 + 8.0.0-alpha.1.25462.3 2.0.0-beta-23228-03 From f718559844f2393c793e11a0672d6922389b75ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 25 Sep 2025 02:03:18 +0000 Subject: [PATCH 2/3] Update dependencies from https://github.com/dotnet/source-build-reference-packages build 20250924.1 On relative base path root Microsoft.SourceBuild.Intermediate.source-build-reference-packages From Version 8.0.0-alpha.1.25428.6 -> To Version 8.0.0-alpha.1.25474.1 --- NuGet.config | 20 -------------------- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 3 files changed, 3 insertions(+), 23 deletions(-) diff --git a/NuGet.config b/NuGet.config index 9940332e9b5c..1c2f27eb90ce 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,18 +6,8 @@ - - - - - - - - - - @@ -38,18 +28,8 @@ - - - - - - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f80ee9889e78..4b45c24034c1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -338,9 +338,9 @@ 9a1c3e1b7f0c8763d4c96e593961a61a72679a7b - + https://github.com/dotnet/source-build-reference-packages - 55cc6bb942c12203e42ddb58f72cf5dbf1173eac + fcf0226bfea241d4e4f127600b6c3ae10d772e9a diff --git a/eng/Versions.props b/eng/Versions.props index f5f6ca3f7662..bc9bc4400f93 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -168,7 +168,7 @@ 8.0.0-alpha.1.25202.2 - 8.0.0-alpha.1.25462.3 + 8.0.0-alpha.1.25474.1 2.0.0-beta-23228-03 From b532d0af7d89c95cd36c89375b25fc54ce057f12 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Tue, 7 Oct 2025 13:16:55 -0700 Subject: [PATCH 3/3] Add quarantine attribute to NavigationLock test --- src/Components/test/E2ETest/Tests/RoutingTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Components/test/E2ETest/Tests/RoutingTest.cs b/src/Components/test/E2ETest/Tests/RoutingTest.cs index f02912b43d4d..887d8e283cc5 100644 --- a/src/Components/test/E2ETest/Tests/RoutingTest.cs +++ b/src/Components/test/E2ETest/Tests/RoutingTest.cs @@ -897,6 +897,7 @@ public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_PushS } [Fact] + [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/61080")] public void NavigationLock_OverlappingNavigationsCancelExistingNavigations_HistoryNavigation() { SetUrlViaPushState("/");