remove U+feff
This commit is contained in:
parent
8438a6a652
commit
b1276e4f3e
@ -1,4 +1,4 @@
|
||||
await BuildWebHost(args).RunAsync();
|
||||
await BuildWebHost(args).RunAsync();
|
||||
IWebHost BuildWebHost(string[] args) =>
|
||||
WebHost
|
||||
.CreateDefaultBuilder(args)
|
||||
|
@ -1,4 +1,4 @@
|
||||
await BuildWebHost(args).RunAsync();
|
||||
await BuildWebHost(args).RunAsync();
|
||||
|
||||
IWebHost BuildWebHost(string[] args) =>
|
||||
WebHost
|
||||
|
Loading…
x
Reference in New Issue
Block a user