Namespace fix (#4122)
parent
ee5839b745
commit
c186445941
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue