We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a98f0f commit 0ed4cfeCopy full SHA for 0ed4cfe
spa-blazor-wasm/Program.cs
@@ -26,4 +26,4 @@
26
return new HttpClient(authorizationMessageHandler);
27
});
28
29
-await builder.Build().RunAsync(CoreDispatcherPriority.Normal);
+await builder.Build().RunAsync();
0 commit comments