Skip to content

Commit 0ed4cfe

Browse files
remove-ref (#106)
1 parent 3a98f0f commit 0ed4cfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spa-blazor-wasm/Program.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@
2626
return new HttpClient(authorizationMessageHandler);
2727
});
2828

29-
await builder.Build().RunAsync(CoreDispatcherPriority.Normal);
29+
await builder.Build().RunAsync();

0 commit comments

Comments
 (0)