Skip to content

Commit

Permalink
[deploy] updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanloerwald committed Aug 24, 2024
1 parent 5e579f5 commit 02fe385
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Canvas/Blazor.Canvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<RootNamespace>Excubo.Blazor.Canvas</RootNamespace>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Excubo.Generators.Blazor" Version="1.14.16" />
<PackageReference Include="Excubo.Generators.Grouping" Version="1.4.21" />
<PackageReference Include="Excubo.Generators.Blazor" Version="1.14.17" />
<PackageReference Include="Excubo.Generators.Grouping" Version="1.4.22" />
<PackageReference Include="Microsoft.AspNetCore.Components" Version="8.0.8" />
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="8.0.8" />
</ItemGroup>
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.58</Version>
<Version>3.2.60</Version>
</PropertyGroup>
<!--Self Include-->
<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 @@ -4,7 +4,7 @@
<LangVersion>preview</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.45" />
<PackageReference Include="Excubo.Blazor.Grids" Version="3.1.46" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Canvas\Blazor.Canvas.csproj" />
Expand Down
4 changes: 2 additions & 2 deletions Tests_Blazor.Canvas/Tests_Blazor.Canvas.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="4.1.0" />
<PackageReference Include="NUnit" Version="4.2.1" />
<PackageReference Include="NUnit3TestAdapter" Version="4.6.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.11.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Canvas\Blazor.Canvas.csproj" />
Expand Down

0 comments on commit 02fe385

Please sign in to comment.