diff --git a/eng/Build.props b/eng/Build.props
index 474b789deb76..787137eee642 100644
--- a/eng/Build.props
+++ b/eng/Build.props
@@ -51,8 +51,11 @@
$(RepoRoot)src\Components\WebView\Samples\BlazorWinFormsApp\**\*.csproj;
$(RepoRoot)src\Components\WebView\Samples\BlazorWpfApp\**\*.csproj;
" />
-
-
+
+
+
diff --git a/global.json b/global.json
index 5a2b8a613d2e..25277842f16f 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "6.0.100-preview.5.21264.3"
+ "version": "6.0.100-preview.5.21230.2"
},
"tools": {
- "dotnet": "6.0.100-preview.5.21264.3",
+ "dotnet": "6.0.100-preview.5.21230.2",
"runtimes": {
"dotnet/x64": [
"2.1.27",
diff --git a/src/Components/Authorization/src/CascadingAuthenticationState.razor b/src/Components/Authorization/src/CascadingAuthenticationState.razor
index 6eff3b3e1e27..2b1dd5f36102 100644
--- a/src/Components/Authorization/src/CascadingAuthenticationState.razor
+++ b/src/Components/Authorization/src/CascadingAuthenticationState.razor
@@ -1,7 +1,7 @@
@implements IDisposable
@inject AuthenticationStateProvider AuthenticationStateProvider
-
+
@code {
private Task? _currentAuthenticationStateTask;
diff --git a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
index 52d5166441b5..4a4816673891 100644
--- a/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
+++ b/src/Components/test/E2ETest/Microsoft.AspNetCore.Components.E2ETests.csproj
@@ -47,10 +47,11 @@
+
base.InitializeAsync(Guid.NewGuid().ToString());
[Fact]
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32788")]
public void HasTitle()
{
Assert.Equal("E2EPerformance", Browser.Title);
}
[Fact]
+ [QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/32788")]
public void BenchmarksRunWithoutError()
{
// In CI, we only verify that the benchmarks run without throwing any