Skip to content

Commit 2ca1fea

Browse files
committed
Readme updates
1 parent 501521b commit 2ca1fea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 - 2025 smapiot
3+
Copyright (c) 2020 - 2026 smapiot
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ height="10">&nbsp;Blazor</a> work seamlessly in microfrontends using
99
<img src="https://piral.io/logo-simple.f8667084.png" height="10">
1010
&nbsp;Piral</a>.
1111

12-
> This is the branch for Blazor 8.0 with .NET 8.0. If you want to switch to Blazor with the older .NET Core 3.2, please refer to the [`blazor-3.2`](https://github.com/smapiot/Piral.Blazor/tree/blazor-3.2), [`blazor-5.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-5.0), [`blazor-6.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-6.0), or[`blazor-7.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-7.0) branch. For the most recent version see the [`blazor-9.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-9.0) branch.
12+
> This is the branch for Blazor 8.0 with .NET 8.0. If you want to switch to Blazor with the older .NET Core 3.2, please refer to the [`blazor-3.2`](https://github.com/smapiot/Piral.Blazor/tree/blazor-3.2), [`blazor-5.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-5.0), [`blazor-6.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-6.0), or[`blazor-7.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-7.0) branch. For the most recent version see the [`blazor-10.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-10.0) or the [`blazor-9.0`](https://github.com/smapiot/Piral.Blazor/tree/blazor-9.0) branch.
1313
1414
## Getting Started
1515

@@ -153,8 +153,8 @@ While pilets that define `PiletKind` to be `global` only have *shared dependenci
153153

154154
<ItemGroup>
155155
<!-- ... -->
156-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
157-
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" />
156+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.24" />
157+
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.24" PrivateAssets="all" />
158158
</ItemGroup>
159159

160160
</Project>

0 commit comments

Comments
 (0)