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 14, 2023
1 parent c7869c4 commit 38b0be1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Diagram/Blazor.Diagrams.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutomaticGraphLayout" Version="1.1.12" />
<PackageReference Include="Excubo.Blazor.Canvas" Version="3.2.30" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.22" />
<PackageReference Include="Excubo.Blazor.Canvas" Version="3.2.32" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="6.0.23" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="6.0.23" />
</ItemGroup>
<ItemGroup>
<Folder Include="js\" />
Expand Down
2 changes: 1 addition & 1 deletion Diagram/package.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!--PackageId, Version-->
<PropertyGroup>
<PackageId>Excubo.Blazor.Diagrams</PackageId>
<Version>4.1.21</Version>
<Version>4.1.25</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 @@ -4,8 +4,8 @@
<PublishTrimmed>false</PublishTrimmed>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.22" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.22" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.23" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.23" PrivateAssets="all" />
<PackageReference Include="System.Net.Http.Json" Version="6.0.1" />
</ItemGroup>
<ItemGroup>
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 @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.19" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.21" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Diagram\Blazor.Diagrams.csproj" />
Expand Down

0 comments on commit 38b0be1

Please sign in to comment.