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) =>
|
IWebHost BuildWebHost(string[] args) =>
|
||||||
WebHost
|
WebHost
|
||||||
.CreateDefaultBuilder(args)
|
.CreateDefaultBuilder(args)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
await BuildWebHost(args).RunAsync();
|
await BuildWebHost(args).RunAsync();
|
||||||
|
|
||||||
IWebHost BuildWebHost(string[] args) =>
|
IWebHost BuildWebHost(string[] args) =>
|
||||||
WebHost
|
WebHost
|
||||||
|
Loading…
x
Reference in New Issue
Block a user