Microsoft.AspNetCore.Components.WebAssembly 10.0.0-preview.1.25120.3

Prefix Reserved
This is a prerelease version of Microsoft.AspNetCore.Components.WebAssembly.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Microsoft.AspNetCore.Components.WebAssembly --version 10.0.0-preview.1.25120.3
                    
NuGet\Install-Package Microsoft.AspNetCore.Components.WebAssembly -Version 10.0.0-preview.1.25120.3
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0-preview.1.25120.3" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Components.WebAssembly" Version="10.0.0-preview.1.25120.3" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Components.WebAssembly --version 10.0.0-preview.1.25120.3
                    
#r "nuget: Microsoft.AspNetCore.Components.WebAssembly, 10.0.0-preview.1.25120.3"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Microsoft.AspNetCore.Components.WebAssembly@10.0.0-preview.1.25120.3
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Components.WebAssembly&version=10.0.0-preview.1.25120.3&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Components.WebAssembly&version=10.0.0-preview.1.25120.3&prerelease
                    
Install as a Cake Tool

About

Microsoft.AspNetCore.Components.WebAssembly provides support for building client-side single-page applications (SPAs) with Blazor running under WebAssembly.

How to Use

To get started with Blazor, see the official documentation.

Feedback & Contributing

Microsoft.AspNetCore.Components.WebAssembly is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (422)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Components.WebAssembly:

Package Downloads
Microsoft.AspNetCore.Components.WebAssembly.Server

Runtime server features for ASP.NET Core Blazor applications. This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef

bunit.web

bUnit.web is the web specific parts of bUnit, that enables you to easily test and verify the output of Blazor (web) component.

bunit

bUnit is a testing library for Blazor components. You can easily define components under test in C# or Razor syntax and verify outcome using semantic HTML diffing/comparison logic. You can interact with and inspect the component under test, trigger event handlers, provide cascading values, and inject services. bUnit also includes a complete fake implementation of Blazor's authentication and authorization logic, navigation manager, and JSInterop.

Serilog.Sinks.BrowserConsole

Writes Serilog events to the browser console

Toolbelt.Blazor.HttpClientInterceptor

Intercept all of the sending HTTP requests on a client side Blazor application.

GitHub repositories (362)

Showing the top 20 popular GitHub repositories that depend on Microsoft.AspNetCore.Components.WebAssembly:

Repository Stars
AvaloniaUI/Avalonia
Develop Desktop, Embedded, Mobile and WebAssembly apps with C# and XAML. The most popular .NET UI client technology
dotnet/maui
.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
dotnet/runtime
.NET is a cross-platform runtime for cloud, mobile, desktop, and IoT apps.
abpframework/abp
Open-source web application framework for ASP.NET Core! Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET. Provides the fundamental infrastructure, cross-cutting-concern implementations, startup templates, application modules, UI themes, tooling and documentation.
dotnet-architecture/eShopOnWeb
Sample ASP.NET Core 8.0 reference application, now community supported: https://github.com/NimblePros/eShopOnWeb
dodyg/practical-aspnetcore
Practical samples of ASP.NET Core 10, 9, 8.0, 7.0, 6.0, 5.0, 3.1, 2.2, and 2.1,projects you can use. Readme contains explanations on all projects.
MudBlazor/MudBlazor
Blazor Component Library based on Material Design principles with an emphasis on ease of use and extensibility
RayWangQvQ/BiliBiliToolPro
B 站(bilibili)自动任务工具,支持docker、青龙、k8s等多种部署方式。敏感肌也能用。
elsa-workflows/elsa-core
A .NET workflows library
ScottPlot/ScottPlot
Interactive plotting library for .NET
fullstackhero/dotnet-starter-kit
Production Grade Cloud-Ready .NET 10 Starter Kit (Web API + Blazor Client) with Multitenancy Support, and Clean/Modular Architecture that saves roughly 200+ Development Hours! All Batteries Included.
ant-design-blazor/ant-design-blazor
🌈A rich set of enterprise-class UI components based on Ant Design and Blazor.
kurrent-io/KurrentDB
KurrentDB is a database that's engineered for modern software applications and event-driven architectures. Its event-native design simplifies data modeling and preserves data integrity while the integrated streaming engine solves distributed messaging challenges and ensures data consistency.
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
mono/SkiaSharp
SkiaSharp is a cross-platform 2D graphics API for .NET platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Live-Charts/LiveCharts2
Simple, flexible, interactive & powerful charts, maps and gauges for .Net, LiveCharts2 can now practically run everywhere Maui, Uno Platform, Blazor-wasm, WPF, WinForms, Xamarin, Avalonia, WinUI, UWP.
protobuf-net/protobuf-net
Protocol Buffers library for idiomatic .NET
microsoft/fluentui-blazor
Microsoft Fluent UI Blazor components library. For use with ASP.NET Core Blazor applications
grpc/grpc-dotnet
gRPC for .NET
dotnetcore/WTM
Use WTM to write .netcore app fast !!!
Version Downloads Last Updated
10.0.1 23,137 12/9/2025
10.0.0 241,417 11/11/2025
10.0.0-rc.2.25502.107 25,977 10/14/2025
10.0.0-rc.1.25451.107 29,378 9/9/2025
10.0.0-preview.7.25380.108 6,223 8/12/2025
10.0.0-preview.6.25358.103 4,238 7/15/2025
10.0.0-preview.5.25277.114 4,161 6/6/2025
10.0.0-preview.4.25258.110 3,711 5/12/2025
10.0.0-preview.3.25172.1 3,261 4/10/2025
10.0.0-preview.2.25164.1 1,695 3/18/2025
10.0.0-preview.1.25120.3 2,337 2/25/2025
9.0.11 72,647 11/11/2025
9.0.10 295,937 10/14/2025
9.0.9 367,748 9/9/2025
9.0.8 370,984 8/5/2025
9.0.7 270,866 7/8/2025
9.0.6 311,946 6/10/2025
9.0.5 800,219 5/13/2025
9.0.4 473,903 4/8/2025
9.0.3 364,872 3/11/2025
9.0.2 436,629 2/11/2025
9.0.1 673,109 1/14/2025
9.0.0 1,608,956 11/12/2024
9.0.0-rc.2.24474.3 46,710 10/8/2024
9.0.0-rc.1.24452.1 52,005 9/10/2024
9.0.0-preview.7.24406.2 40,590 8/13/2024
9.0.0-preview.6.24328.4 36,064 7/9/2024
9.0.0-preview.5.24306.11 20,463 6/11/2024
9.0.0-preview.4.24267.6 3,952 5/21/2024
9.0.0-preview.3.24172.13 47,916 4/11/2024
9.0.0-preview.2.24128.4 3,064 3/12/2024
9.0.0-preview.1.24081.5 22,604 2/13/2024
8.0.22 49,202 11/11/2025
8.0.21 99,662 10/14/2025
8.0.20 142,091 9/9/2025
8.0.19 172,142 8/4/2025
8.0.18 139,731 7/8/2025
8.0.17 161,920 6/10/2025
8.0.16 168,251 5/13/2025
8.0.15 272,959 4/8/2025
8.0.14 252,554 3/11/2025
8.0.13 433,528 2/11/2025
8.0.12 423,053 1/14/2025
8.0.11 2,020,633 11/12/2024
8.0.10 1,383,968 10/8/2024
8.0.8 1,610,114 8/13/2024
8.0.7 1,445,310 7/9/2024
8.0.6 931,946 5/28/2024
8.0.5 467,024 5/14/2024
8.0.4 1,409,606 4/9/2024
8.0.3 642,419 3/12/2024
8.0.2 1,076,927 2/13/2024
8.0.1 1,098,338 1/9/2024
8.0.0 2,289,644 11/14/2023
8.0.0-rc.2.23480.2 139,425 10/10/2023
8.0.0-rc.1.23421.29 28,927 9/12/2023
8.0.0-preview.7.23375.9 40,236 8/8/2023
8.0.0-preview.6.23329.11 24,776 7/11/2023
8.0.0-preview.5.23302.2 7,776 6/13/2023
8.0.0-preview.4.23260.4 6,024 5/16/2023
8.0.0-preview.3.23177.8 4,681 4/11/2023
8.0.0-preview.2.23153.2 3,887 3/14/2023
8.0.0-preview.1.23112.2 6,196 2/21/2023
7.0.20 145,826 5/28/2024
7.0.19 31,812 5/14/2024
7.0.18 65,796 4/9/2024
7.0.17 32,793 3/12/2024
7.0.16 86,320 2/13/2024
7.0.15 148,871 1/9/2024
7.0.14 345,650 11/14/2023
7.0.13 224,722 10/24/2023
7.0.12 195,770 10/10/2023
7.0.11 278,288 9/12/2023
7.0.10 460,581 8/8/2023
7.0.9 308,443 7/11/2023
7.0.8 159,216 6/22/2023
7.0.7 159,068 6/13/2023
7.0.5 868,181 4/11/2023
7.0.4 401,529 3/14/2023
7.0.3 449,603 2/14/2023
7.0.2 459,654 1/10/2023
7.0.1 312,634 12/13/2022
7.0.0 2,550,162 11/7/2022
7.0.0-rc.2.22476.2 33,400 10/11/2022
7.0.0-rc.1.22427.2 71,799 9/14/2022
7.0.0-preview.7.22376.6 135,786 8/9/2022
7.0.0-preview.6.22330.3 4,799 7/12/2022
7.0.0-preview.5.22303.8 2,889 6/14/2022
7.0.0-preview.4.22251.1 3,506 5/10/2022
7.0.0-preview.3.22178.4 2,648 4/13/2022
7.0.0-preview.2.22153.2 3,346 3/14/2022
7.0.0-preview.1.22109.13 1,848 2/17/2022
6.0.36 80,203 11/12/2024
6.0.35 11,276 10/8/2024
6.0.33 69,655 8/13/2024
6.0.32 50,011 7/9/2024
6.0.31 54,231 5/28/2024
6.0.30 14,732 5/14/2024
6.0.29 53,390 4/9/2024
6.0.28 48,118 3/12/2024
6.0.27 48,102 2/13/2024
6.0.26 78,687 1/9/2024
6.0.25 278,960 11/14/2023
6.0.24 70,587 10/24/2023
6.0.23 49,118 10/10/2023
6.0.22 64,000 9/12/2023
6.0.21 103,231 8/8/2023
6.0.20 88,766 7/11/2023
6.0.19 53,637 6/22/2023
6.0.18 47,052 6/13/2023
6.0.16 208,935 4/11/2023
6.0.15 248,718 3/14/2023
6.0.14 158,972 2/14/2023
6.0.13 267,594 1/10/2023
6.0.12 158,631 12/13/2022
6.0.11 434,762 11/7/2022
6.0.10 655,981 10/11/2022
6.0.9 392,258 9/13/2022
6.0.8 505,696 8/9/2022
6.0.7 618,430 7/12/2022
6.0.6 481,097 6/14/2022
6.0.5 614,699 5/10/2022
6.0.4 606,840 4/11/2022
6.0.3 521,337 3/8/2022
6.0.2 549,791 2/8/2022
6.0.1 939,977 12/14/2021
6.0.0 2,358,472 11/8/2021
6.0.0-rc.2.21480.10 47,678 10/12/2021
6.0.0-rc.1.21452.15 40,196 9/14/2021
6.0.0-preview.7.21378.6 47,563 8/10/2021
6.0.0-preview.6.21355.2 15,544 7/14/2021
6.0.0-preview.5.21301.17 12,455 6/15/2021
6.0.0-preview.4.21253.5 8,544 5/24/2021
6.0.0-preview.3.21201.13 16,040 4/8/2021
6.0.0-preview.2.21154.6 3,269 3/11/2021 6.0.0-preview.2.21154.6 is deprecated because it is no longer maintained.
6.0.0-preview.1.21103.6 3,312 2/12/2021 6.0.0-preview.1.21103.6 is deprecated because it is no longer maintained.
5.0.17 133,562 5/10/2022 5.0.17 is deprecated because it is no longer maintained.
5.0.16 27,929 4/11/2022 5.0.16 is deprecated because it is no longer maintained.
5.0.15 28,618 3/8/2022 5.0.15 is deprecated because it is no longer maintained.
5.0.14 56,315 2/8/2022 5.0.14 is deprecated because it is no longer maintained.
5.0.13 70,352 12/14/2021 5.0.13 is deprecated because it is no longer maintained.
5.0.12 90,534 11/7/2021 5.0.12 is deprecated because it is no longer maintained.
5.0.11 163,637 10/12/2021 5.0.11 is deprecated because it is no longer maintained.
5.0.10 184,523 9/14/2021 5.0.10 is deprecated because it is no longer maintained.
5.0.9 530,177 8/10/2021 5.0.9 is deprecated because it is no longer maintained.
5.0.8 285,607 7/13/2021 5.0.8 is deprecated because it is no longer maintained.
5.0.7 332,988 6/8/2021 5.0.7 is deprecated because it is no longer maintained.
5.0.6 231,852 5/11/2021 5.0.6 is deprecated because it is no longer maintained.
5.0.5 293,515 4/6/2021 5.0.5 is deprecated because it is no longer maintained.
5.0.4 294,688 3/9/2021 5.0.4 is deprecated because it is no longer maintained.
5.0.3 260,250 2/9/2021 5.0.3 is deprecated because it is no longer maintained.
5.0.2 232,706 1/12/2021 5.0.2 is deprecated because it is no longer maintained.
5.0.1 239,167 12/8/2020 5.0.1 is deprecated because it is no longer maintained.
5.0.0 706,496 11/9/2020 5.0.0 is deprecated because it is no longer maintained.
5.0.0-rc.2.20475.17 81,758 10/13/2020 5.0.0-rc.2.20475.17 is deprecated because it is no longer maintained.
5.0.0-rc.1.20451.17 35,614 9/14/2020 5.0.0-rc.1.20451.17 is deprecated because it is no longer maintained.
5.0.0-preview.8.20414.8 8,010 8/25/2020 5.0.0-preview.8.20414.8 is deprecated because it is no longer maintained.
5.0.0-preview.7.20365.19 6,087 7/21/2020 5.0.0-preview.7.20365.19 is deprecated because it is no longer maintained.
5.0.0-preview.6.20312.15 7,588 6/25/2020 5.0.0-preview.6.20312.15 is deprecated because it is no longer maintained.