This commit is contained in:
Eugene ;) 2022-12-16 20:19:23 +01:00
parent cc1805e1d4
commit 872d1460f8
2 changed files with 1 additions and 3 deletions

View File

@ -45,7 +45,6 @@ builder.Services.AddOptions()
.AddScoped<AuthenticationStateProvider>(provider => provider.GetRequiredService<TokenAuthStateProvider>())
.AddSingleton(typeof(CoalescingStringLocalizer))
//.AddTransient<IHttpService, HttpService>()
.AddHotKeys(options => options.DisableClientScriptAutoInjection = true)
.AddHeadElementHelper(options => options.DisableClientScriptAutoInjection = true)
.AddLocalization()
.AddTransient<IStorage, Storage>()

View File

@ -22,8 +22,7 @@
<PackageReference Include="DnetIndexedDb" Version="2.4.1" />
<PackageReference Include="Markdig" Version="0.30.4" />
<PackageReference Include="Microsoft.Extensions.Localization" Version="7.0.1" />
<PackageReference Include="Toolbelt.Blazor.HeadElement" Version="7.3.0" />
<PackageReference Include="Toolbelt.Blazor.HotKeys" Version="13.0.0" />
<PackageReference Include="Toolbelt.Blazor.HeadElement" Version="7.3.1" />
</ItemGroup>
<ItemGroup>