Merge branch 'release' into dev
This commit is contained in:
commit
0458a9140a
|
|
@ -92,7 +92,6 @@ namespace HotAddSample
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseStartup<Startup>()
|
||||
.UseWebListener()
|
||||
.Build();
|
||||
|
|
|
|||
|
|
@ -49,7 +49,6 @@ namespace SelfHostServer
|
|||
public static void Main(string[] args)
|
||||
{
|
||||
var host = new WebHostBuilder()
|
||||
.UseDefaultHostingConfiguration(args)
|
||||
.UseStartup<Startup>()
|
||||
.UseWebListener(options =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue