Info
Version: | 3.0.0 |
Author(s): | CloudNimble |
Last Update: | Monday, November 25, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/CloudNimble/BlazorEssentials |
NuGet Url: | https://www.nuget.org/packages/BlazorEssentials |
Install
Install-Package BlazorEssentials
dotnet add package BlazorEssentials
paket add BlazorEssentials
BlazorEssentials Download (Unzip the "nupkg" after downloading)
Dependencies
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)
- 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)
Tags
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.