Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Nov 16, 2024
1 parent 04de11f commit d66fa05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Canvas/Blazor.Canvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
<ItemGroup>
<PackageReference Include="Excubo.Generators.Blazor" Version="1.14.18" />
<PackageReference Include="Excubo.Generators.Grouping" Version="1.4.23" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.11" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.11" />
</ItemGroup>
<ItemGroup>
<Folder Include="js\" />
Expand Down
2 changes: 1 addition & 1 deletion Canvas/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Blazor.Canvas</PackageId>
<Version>3.2.64</Version>
<Version>3.2.66</Version>
</PropertyGroup>
<!--Self Include-->
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion TestProject_ClientSide/TestProject_ClientSide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.6" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0" PrivateAssets="all" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\TestProject_Components\TestProject_Components.csproj" />
Expand Down
2 changes: 1 addition & 1 deletion TestProject_Components/TestProject_Components.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.49" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.51" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Canvas\Blazor.Canvas.csproj" />
Expand Down

0 comments on commit d66fa05

Please sign in to comment.