Skip to content

Commit

Permalink
radzen back tio 4.x
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-andrievsky-dxc committed Nov 6, 2024
1 parent 2e3761d commit d0dd79b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion TCBlazor/Client/TCBlazor.Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.10" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.WebUtilities" Version="8.0.10" />
<PackageReference Include="Radzen.Blazor" Version="5.5.4" />
<PackageReference Include="Radzen.Blazor" Version="4.34.4" />
<PackageReference Include="SimpleBlazorPieChart" Version="1.0.14" />
</ItemGroup>

Expand Down
2 changes: 2 additions & 0 deletions TCBlazor/Client/TCBlazorClientMain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using TCalcCore.Engine;
using TCBlazor.Client.SharedCode;
using TCalcCore.Auth;
using Radzen;

namespace Company.WebApplication1
{
Expand All @@ -22,6 +23,7 @@ public static async Task Main(string[] args)
builder.Services
.AddSingleton<ILocalLogger, LocalLogger>()
.AddScoped(sp => new HttpClient { BaseAddress = new Uri(builder.HostEnvironment.BaseAddress) })
.AddScoped<TooltipService>()
.AddAntDesign()
.AddScoped<ISimpleMessageShower, SimpleMessageShower>()
.AddScoped<ITokenStorage, CookieTokenStorage>()
Expand Down

0 comments on commit d0dd79b

Please sign in to comment.