From 10461c1cb3f42abd0b92934842ed54fe037ae727 Mon Sep 17 00:00:00 2001 From: Daniel Roth Date: Fri, 27 Aug 2021 10:32:45 -0700 Subject: [PATCH] Removing statement about tooling maturity for Blazor WebAssembly (#23144) --- aspnetcore/blazor/hosting-models.md | 1 - 1 file changed, 1 deletion(-) diff --git a/aspnetcore/blazor/hosting-models.md b/aspnetcore/blazor/hosting-models.md index adfea92a58..a465af6208 100644 --- a/aspnetcore/blazor/hosting-models.md +++ b/aspnetcore/blazor/hosting-models.md @@ -40,7 +40,6 @@ The Blazor WebAssembly hosting model has the following limitations: * The app is restricted to the capabilities of the browser. * Capable client hardware and software (for example, WebAssembly support) is required. * Download size is larger, and apps take longer to load. -* .NET runtime and tooling support is less mature. For example, limitations exist in [.NET Standard](/dotnet/standard/net-standard) support and debugging. To create a Blazor WebAssembly app, see .