Piral.Blazor.Shared
0.4.0-preview.7633029380
See the version list below for details.
dotnet add package Piral.Blazor.Shared --version 0.4.0-preview.7633029380
NuGet\Install-Package Piral.Blazor.Shared -Version 0.4.0-preview.7633029380
<PackageReference Include="Piral.Blazor.Shared" Version="0.4.0-preview.7633029380" />
paket add Piral.Blazor.Shared --version 0.4.0-preview.7633029380
#r "nuget: Piral.Blazor.Shared, 0.4.0-preview.7633029380"
// Install Piral.Blazor.Shared as a Cake Addin #addin nuget:?package=Piral.Blazor.Shared&version=0.4.0-preview.7633029380&prerelease // Install Piral.Blazor.Shared as a Cake Tool #tool nuget:?package=Piral.Blazor.Shared&version=0.4.0-preview.7633029380&prerelease
Piral.Blazor.Shared · |
The shared module with common type definitions for micro frontends using Blazor.
Installation & Setup
This is a shared library that will be automatically installed and used with Piral.Blazor.Orchestrator
or in a micro frontend when you leverage the Piral.Blazor.Sdk
SDK like this:
<Project Sdk="Piral.Blazor.Sdk/0.4.0">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<Version>1.0.0</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<AppShell>My.Emulator/0.1.0</AppShell>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="BlazorGoogleMaps" Version="3.1.2" />
<PackageReference Include="BlazorOcticons" Version="1.0.4" />
</ItemGroup>
</Project>
The example shows a micro frontend using an app shell deployed as My.Emulator
in version 1.0.0
. The micro frontend brings its own dependencies, namely BlazorGoogleMaps
and BlazorOcticons
.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. 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. |
-
net8.0
- Microsoft.AspNetCore.Components.Web (>= 8.0.1)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on Piral.Blazor.Shared:
Package | Downloads |
---|---|
Piral.Blazor.Orchestrator
The orchestration module for creating server-side micro frontends using Blazor. |
GitHub repositories
This package is not used by any popular GitHub repositories.