BlazorEssentials 2.0.0-CI-20211030-002812
See the version list below for details.
dotnet add package BlazorEssentials --version 2.0.0-CI-20211030-002812
NuGet\Install-Package BlazorEssentials -Version 2.0.0-CI-20211030-002812
<PackageReference Include="BlazorEssentials" Version="2.0.0-CI-20211030-002812" />
paket add BlazorEssentials --version 2.0.0-CI-20211030-002812
#r "nuget: BlazorEssentials, 2.0.0-CI-20211030-002812"
// Install BlazorEssentials as a Cake Addin #addin nuget:?package=BlazorEssentials&version=2.0.0-CI-20211030-002812&prerelease // Install BlazorEssentials as a Cake Tool #tool nuget:?package=BlazorEssentials&version=2.0.0-CI-20211030-002812&prerelease
A set of utilities to make Blazor development easier than ever. Includes base classes for Application State, Configuration, and ViewModels, as well as an ODataResultList and a helper to pull configuration files out of embedded resources.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 is compatible. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
-
net5.0
- Microsoft.AspNetCore.Components.WebAssembly (>= 5.0.0 && < 6.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 5.0.0 && < 6.0.0)
- Microsoft.Extensions.Http (>= 5.0.0 && < 6.0.0)
- System.Collections (>= 4.3.0 && < 6.0.0)
- System.Net.Http.Json (>= 5.0.0 && < 6.0.0)
-
net6.0
- Microsoft.AspNetCore.Components.WebAssembly (>= 6.0.0-rc.2.21480.10 && < 7.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 6.0.0-rc.2.21480.10 && < 7.0.0)
- Microsoft.Extensions.DependencyInjection.Abstractions (>= 6.0.0-rc.2.21480.5 && < 7.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 6.0.0-rc.2.21480.5 && < 7.0.0)
- Microsoft.Extensions.Http (>= 6.0.0-rc.2.21480.5 && < 7.0.0)
- System.Collections (>= 4.3.0 && < 7.0.0)
- System.Net.Http.Json (>= 6.0.0-rc.2.21480.5 && < 7.0.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on BlazorEssentials:
Package | Downloads |
---|---|
BlazorEssentials.Breakdance
A set of utilities to make Blazor development easier than ever. Includes base classes to test BlazorEssentials ViewModels. |
|
BlazorEssentials.IndexedDb
An IndexedDB provider for Blazor that makes working wit hthe built-in browser database magical. |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version 2.0.0
- Added support for Blazor on .NET 5.0
- Removed custom authentication solution in favor of OOB auth
- Added ApiAuthorizationMessageHandler to add tokens to the API specified in ConfigurationBase.ApiRoot.
- Injecting an IHttpClientFactory where necessary instead of an HttpClient.