Skip to content

Commit

Permalink
Adjusted examples
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianRappl committed Oct 20, 2023
1 parent ab05363 commit a1c8ec2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Piral Logo](https://github.com/smapiot/piral/raw/main/docs/assets/logo.png)](https://piral.io)

# Piral.Blazor · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral.blazor/blob/blazor-7.0/LICENSE) [![Build Status](https://smapiot.visualstudio.com/piral-pipelines/_apis/build/status/smapiot.piral.blazor?branchName=blazor-7.0)](https://smapiot.visualstudio.com/piral-pipelines/_build/latest?definitionId=48&branchName=blazor-7.0) [![GitHub Tag](https://img.shields.io/github/tag/smapiot/Piral.Blazor.svg)](https://github.com/smapiot/Piral.Blazor/releases) [![GitHub Issues](https://img.shields.io/github/issues/smapiot/piral.svg)](https://github.com/smapiot/piral/issues) [![Gitter Chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/piral-io/community) [![Feed Status](https://img.shields.io/uptimerobot/status/m783654792-cfe3913c7481e0f44c143f63)](https://status.piral.io/)
# Piral.Blazor · [![GitHub License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/smapiot/piral.blazor/blob/blazor-7.0/LICENSE) [![Build Status](https://smapiot.visualstudio.com/piral-pipelines/_apis/build/status/smapiot.piral.blazor?branchName=blazor-7.0)](https://smapiot.visualstudio.com/piral-pipelines/_build/latest?definitionId=48&branchName=blazor-7.0) [![GitHub Tag](https://img.shields.io/github/tag/smapiot/Piral.Blazor.svg)](https://github.com/smapiot/Piral.Blazor/releases) [![GitHub Issues](https://img.shields.io/github/issues/smapiot/Piral.Blazor.svg)](https://github.com/smapiot/Piral.Blazor/issues) [![Gitter Chat](https://badges.gitter.im/gitterHQ/gitter.png)](https://gitter.im/piral-io/blazor) [![Feed Status](https://img.shields.io/uptimerobot/status/m783654792-cfe3913c7481e0f44c143f63)](https://status.piral.io/)

All .NET things to make <a href="https://blazor.net" rel="nofollow"><img
src="https://devblogs.microsoft.com/aspnet/wp-content/uploads/sites/16/2019/04/BrandBlazor_nohalo_1000x.png"
Expand Down
8 changes: 4 additions & 4 deletions example/app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@
"postUpgrade": ""
},
"dependencies": {
"blazor": "7.0.9-pre.20230918.3",
"piral": "1.2.0",
"piral-blazor": "1.2.0"
"blazor": "7.0.9",
"piral": "1.3.2",
"piral-blazor": "1.3.2"
},
"devDependencies": {
"@types/node": "latest",
Expand All @@ -33,7 +33,7 @@
"@types/react-router": "^5.0.0",
"@types/react-router-dom": "^5.0.0",
"path-to-regexp": "6.2.1",
"piral-cli": "1.2.0",
"piral-cli": "1.3.2",
"piral-cli-esbuild": "latest",
"sass": "^1.49.9",
"typescript": "^4.6.2"
Expand Down
6 changes: 3 additions & 3 deletions example/pilet/Pilet/Pilet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.10" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="7.0.0" PrivateAssets="all" />
<PackageReference Include="Piral.Blazor.DevServer" Version="7.0.9-pre.20230918.3" />
<PackageReference Include="Piral.Blazor.Utils" Version="7.0.9-pre.20230918.3" />
<PackageReference Include="Piral.Blazor.Tools" Version="7.0.9-pre.20230918.3" />
<PackageReference Include="Piral.Blazor.DevServer" Version="7.0.9" />
<PackageReference Include="Piral.Blazor.Utils" Version="7.0.9" />
<PackageReference Include="Piral.Blazor.Tools" Version="7.0.9" />
</ItemGroup>

<ItemGroup>
Expand Down
6 changes: 3 additions & 3 deletions example/standalone/Pilet/Pilet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
<ItemGroup>
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="7.0.10" />
<PackageReference Include="Piral.Blazor.DevServer" Version="7.0.9-pre.20230918.3" />
<PackageReference Include="Piral.Blazor.Utils" Version="7.0.9-pre.20230918.3" />
<PackageReference Include="Piral.Blazor.Tools" Version="7.0.9-pre.20230918.3" />
<PackageReference Include="Piral.Blazor.DevServer" Version="7.0.9" />
<PackageReference Include="Piral.Blazor.Utils" Version="7.0.9" />
<PackageReference Include="Piral.Blazor.Tools" Version="7.0.9" />
</ItemGroup>

</Project>

0 comments on commit a1c8ec2

Please sign in to comment.