Server naming fixes and cleanup
Server is now completely cleaned up and without warnings
This commit is contained in:
@ -1,11 +1,9 @@
|
||||
using Microsoft.AspNetCore.Hosting;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.AspNetCore.Blazor.Hosting;
|
||||
// used by client-side Blazor
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.AspNetCore;
|
||||
|
||||
namespace Oqtane.Server
|
||||
// used by client-side Blazor
|
||||
|
||||
namespace Oqtane
|
||||
{
|
||||
public class Program
|
||||
{
|
||||
|
Reference in New Issue
Block a user