Skip to content

Commit 0ed4cfe

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spa-blazor-wasm/Program.cs

Lines changed: 1 addition & 1 deletion
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)