Skip to content

Commit

Permalink
feat(templates): update Boilerplate for new changes of BlazorUI #9386 (
Browse files Browse the repository at this point in the history
  • Loading branch information
msynk authored Dec 2, 2024
1 parent 61cdc97 commit 7671bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public static IServiceCollection AddClientCoreProjectServices(this IServiceColle

services.AddBitButilServices();
services.AddBitBlazorUIServices();
services.AddBitBlazorUIExtrasServices(singleton: AppPlatform.IsBlazorHybrid);
services.AddBitBlazorUIExtrasServices(trySingleton: AppPlatform.IsBlazorHybrid);

// This code constructs a chain of HTTP message handlers. By default, it uses `HttpClientHandler`
// to send requests to the server. However, you can replace `HttpClientHandler` with other HTTP message
Expand Down

0 comments on commit 7671bb7

Please sign in to comment.