Namespace fix (#4122)

pull/4125/head
Gareth Matthews 2017-08-27 16:44:00 +01:00 committed by Rick Anderson
parent ee5839b745
commit c186445941
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
using Microsoft.AspNetCore;
using Microsoft.AspNetCore.Hosting;
namespace WebApplication5
namespace aspnetcoreapp
{
public class Program
{
@ -15,4 +15,4 @@ namespace WebApplication5
.UseStartup<Startup>()
.Build();
}
}
}