remove U+feff

This commit is contained in:
moon_o_o 2022-10-17 08:41:55 +00:00
parent 8438a6a652
commit b1276e4f3e
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
await BuildWebHost(args).RunAsync();
await BuildWebHost(args).RunAsync();
IWebHost BuildWebHost(string[] args) =>
WebHost
.CreateDefaultBuilder(args)

View File

@ -1,4 +1,4 @@
await BuildWebHost(args).RunAsync();
await BuildWebHost(args).RunAsync();
IWebHost BuildWebHost(string[] args) =>
WebHost