diff --git a/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.csproj b/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.csproj
index 88ca078caa..25d2991601 100644
--- a/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.csproj
+++ b/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.csproj
@@ -7,6 +7,6 @@
-
+
diff --git a/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.netstandard2.1.cs b/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.netstandard2.1.cs
index b8062d72c0..eb33362975 100644
--- a/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.netstandard2.1.cs
+++ b/src/Components/Blazor/Blazor/ref/Microsoft.AspNetCore.Blazor.netstandard2.1.cs
@@ -12,38 +12,38 @@ namespace Microsoft.AspNetCore.Blazor
}
namespace Microsoft.AspNetCore.Blazor.Hosting
{
- public static partial class BlazorWebAssemblyHost
+ [System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential)]
+ public readonly partial struct RootComponentMapping
{
- public static Microsoft.AspNetCore.Blazor.Hosting.IWebAssemblyHostBuilder CreateDefaultBuilder() { throw null; }
+ private readonly object _dummy;
+ public RootComponentMapping(System.Type componentType, string selector) { throw null; }
+ public System.Type ComponentType { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
+ public string Selector { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } }
}
- public partial interface IWebAssemblyHost : System.IDisposable
+ public partial class RootComponentMappingCollection : System.Collections.ObjectModel.Collection
{
- System.IServiceProvider Services { get; }
- System.Threading.Tasks.Task StartAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
- System.Threading.Tasks.Task StopAsync(System.Threading.CancellationToken cancellationToken = default(System.Threading.CancellationToken));
+ public RootComponentMappingCollection() { }
+ public void Add(System.Type componentType, string selector) { }
+ public void AddRange(System.Collections.Generic.IEnumerable items) { }
+ public void Add(string selector) where TComponent : Microsoft.AspNetCore.Components.IComponent { }
}
- public partial interface IWebAssemblyHostBuilder
+ public sealed partial class WebAssemblyHost : System.IAsyncDisposable
{
- System.Collections.Generic.IDictionary