BlazorEssentials 2.0.0-CI-20210505-225128
See the version list below for details.
dotnet add package BlazorEssentials --version 2.0.0-CI-20210505-225128
NuGet\Install-Package BlazorEssentials -Version 2.0.0-CI-20210505-225128
<PackageReference Include="BlazorEssentials" Version="2.0.0-CI-20210505-225128" />
paket add BlazorEssentials --version 2.0.0-CI-20210505-225128
#r "nuget: BlazorEssentials, 2.0.0-CI-20210505-225128"
// Install BlazorEssentials as a Cake Addin #addin nuget:?package=BlazorEssentials&version=2.0.0-CI-20210505-225128&prerelease // Install BlazorEssentials as a Cake Tool #tool nuget:?package=BlazorEssentials&version=2.0.0-CI-20210505-225128&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 was computed. 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. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Microsoft.AspNetCore.Components.WebAssembly (>= 3.2.0 && < 4.0.0)
- Microsoft.AspNetCore.Components.WebAssembly.Authentication (>= 3.2.1 && < 4.0.0)
- Microsoft.Extensions.Hosting.Abstractions (>= 3.1.9 && < 4.0.0)
- Microsoft.Extensions.Http (>= 3.1.9 && < 4.0.0)
- System.Collections (>= 4.3.0 && < 6.0.0)
- System.Net.Http.Json (>= 3.2.1 && < 4.0.0)
-
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.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)
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.