Server naming fixes and cleanup
Server is now completely cleaned up and without warnings
This commit is contained in:
@ -3,6 +3,7 @@ using System.Linq;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc.ApplicationParts;
|
||||
|
||||
// ReSharper disable once CheckNamespace
|
||||
namespace Microsoft.Extensions.DependencyInjection
|
||||
{
|
||||
public static class OqtaneMvcBuilderExtensions
|
||||
@ -30,4 +31,4 @@ namespace Microsoft.Extensions.DependencyInjection
|
||||
return mvcBuilder;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user