Skip to content

Commit

Permalink
bump common client and radzen to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
0xor1 committed Oct 13, 2024
1 parent 33f0620 commit 01457dc
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dnsk.Client.Test/Dnsk.Client.Test.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="0xor1.Common.Client" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Client" Version="5.0.3" />
<PackageReference Include="0xor1.Common.Server" Version="5.0.2" />
<PackageReference Include="bunit" Version="1.25.3" />
<PackageReference Include="coverlet.msbuild" Version="6.0.0">
Expand Down
4 changes: 2 additions & 2 deletions Dnsk.Client/Dnsk.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

<ItemGroup>
<PackageReference Include="DartSassBuilder" Version="1.0.0" />
<PackageReference Include="0xor1.Common.Client" Version="5.0.2" />
<PackageReference Include="0xor1.Common.Client" Version="5.0.3" />
<PackageReference Include="0xor1.Common.Shared" Version="5.0.2" />
<PackageReference Include="CSharpier.MsBuild" Version="0.26.2">
<PrivateAssets>all</PrivateAssets>
Expand All @@ -19,7 +19,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.0" />
<PackageReference Include="Radzen.Blazor" Version="4.21.4" />
<PackageReference Include="Radzen.Blazor" Version="5.2.12" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Dnsk.Client/wwwroot/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<title>Dnsk</title>
<base href="/" />
<link rel="stylesheet" href="_content/0xor1.Common.Client/dark.css">
<link rel="stylesheet" href="_content/Radzen.Blazor/css/material-dark.css">
<link rel="stylesheet" href="_content/0xor1.Common.Client/common.css">
<link href="Dnsk.Client.styles.css" rel="stylesheet" />
<script>
Expand Down

0 comments on commit 01457dc

Please sign in to comment.