Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Oct 28, 2023
1 parent 41aa25b commit 374e989
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Grid/Blazor.Grids.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Excubo.Generators.Blazor" Version="1.14.13" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.23" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.23" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.24" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.24" />
</ItemGroup>
<ItemGroup>
<Folder Include="wwwroot\" />
Expand Down
2 changes: 1 addition & 1 deletion Grid/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Blazor.Grids</PackageId>
<Version>3.1.22</Version>
<Version>3.1.24</Version>
</PropertyGroup>
<!--Self Include-->
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions TestProject_ClientSide/TestProject_ClientSide.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.23" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.23" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.24" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.24" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit 374e989

Please sign in to comment.