Bit.BlazorES2019 9.7.4

There is a newer version of this package available.
See the version list below for details.
dotnet add package Bit.BlazorES2019 --version 9.7.4
                    
NuGet\Install-Package Bit.BlazorES2019 -Version 9.7.4
                    
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="Bit.BlazorES2019" Version="9.7.4" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Bit.BlazorES2019" Version="9.7.4" />
                    
Directory.Packages.props
<PackageReference Include="Bit.BlazorES2019" />
                    
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 Bit.BlazorES2019 --version 9.7.4
                    
#r "nuget: Bit.BlazorES2019, 9.7.4"
                    
#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 Bit.BlazorES2019@9.7.4
                    
#: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=Bit.BlazorES2019&version=9.7.4
                    
Install as a Cake Addin
#tool nuget:?package=Bit.BlazorES2019&version=9.7.4
                    
Install as a Cake Tool

bit BlazorES2019

While .NET 9 can run on the followings:

Browsers:

  • Safari 15+
  • Firefox 100+
  • Chrome/Edge 95+

OS:

  • iOS 15+
  • Windows 7 SP1+
  • macOS (Monterey) 12+
  • Android 8+ & WebView 84+

The TypeScript project responsible for generating blazor.web.js, blazor.webassembly.js, blazor.webview.js, and blazor.server.js targets ES2022, leading to the following updates in the compatibility table.

Browsers:

  • Safari 16.4+

OS:

  • iOS 16.4+
  • macOS (Monterey) 13.3+
  • Android 8+ & WebView 94+

Therefore, we decided to generate an ES2019-based output from the aspnetcore repository using the following script:

git clone https://github.com/dotnet/aspnetcore.git
cd aspnetcore
git switch release/9.0
git submodule update --init --recursive
sed -i 's/ES2022/ES2019/g' src/Components/Shared.JS/tsconfig.json
./restore.sh
npm run-script build
cd src/Components/
./build.sh
cd Web.JS
npm run-script build:production

We're running the above script in pre-release and release nuget packages pipelines so you can use these assets published in nuget.org

To ensure compatibility with older browsers in Blazor WebAssembly, add the following configuration to your client web project:

<PropertyGroup>
     <WasmEnableSIMD>false</WasmEnableSIMD>
</PropertyGroup>
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  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.
  • net9.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
9.11.0-pre-02 30 7/16/2025
9.11.0-pre-01 108 7/13/2025
9.10.0 345 7/4/2025
9.10.0-pre-01 205 7/2/2025
9.9.2 558 6/14/2025
9.9.1 448 6/9/2025
9.9.1-pre-01 220 6/9/2025
9.9.0 210 6/7/2025
9.9.0-pre-03 247 6/5/2025
9.9.0-pre-02 266 6/3/2025
9.9.0-pre-01 143 6/3/2025
9.8.0 334 5/30/2025
9.8.0-pre-08 183 5/29/2025
9.8.0-pre-07 282 5/27/2025
9.8.0-pre-06 287 5/23/2025
9.8.0-pre-05 170 5/22/2025
9.8.0-pre-04 214 5/19/2025
9.8.0-pre-03 154 5/18/2025
9.8.0-pre-02 135 5/17/2025
9.8.0-pre-01 321 5/14/2025
9.7.4 599 5/13/2025
9.7.4-pre-04 222 5/13/2025
9.7.4-pre-03 234 5/12/2025
9.7.4-pre-02 244 5/10/2025
9.7.4-pre-01 357 5/6/2025
9.7.3 204 5/5/2025
9.7.3-pre-05 139 5/5/2025
9.7.3-pre-04 162 5/5/2025
9.7.3-pre-03 173 5/5/2025
9.7.3-pre-02 157 5/3/2025
9.7.3-pre-01 193 5/1/2025
9.7.2 555 4/26/2025
9.7.1 129 4/26/2025
9.7.1-pre-03 238 4/24/2025
9.7.1-pre-01 164 4/24/2025
9.7.0 348 4/22/2025
9.7.0-pre-12 188 4/22/2025
9.7.0-pre-11 198 4/22/2025
9.7.0-pre-10 200 4/21/2025
9.7.0-pre-09 208 4/21/2025
9.7.0-pre-08 164 4/19/2025
9.7.0-pre-07 465 4/14/2025
9.7.0-pre-06 248 4/14/2025
9.7.0-pre-05 269 4/13/2025
9.7.0-pre-04 144 4/13/2025
9.7.0-pre-03 412 4/9/2025
9.7.0-pre-02 380 4/3/2025
9.6.1 465 3/29/2025
9.6.1-pre-02 168 3/28/2025
9.6.1-pre-01 133 3/28/2025
9.6.0 600 3/26/2025
9.6.0-pre-14 461 3/26/2025
9.6.0-pre-13 465 3/26/2025
9.6.0-pre-12 160 3/21/2025
9.6.0-pre-11 410 3/15/2025
9.6.0-pre-10 135 3/14/2025
9.6.0-pre-08 212 3/13/2025