🎉 Initial commit for the Zone project
This commit is contained in:
@@ -50,14 +50,6 @@ public static class ServiceCollectionExtensions
|
||||
{
|
||||
options.DataAnnotationLocalizerProvider = (type, factory) =>
|
||||
factory.Create(typeof(SharedResource));
|
||||
})
|
||||
.ConfigureApplicationPartManager(opts =>
|
||||
{
|
||||
var mockingPart = opts.ApplicationParts.FirstOrDefault(a =>
|
||||
a.Name == "DysonNetwork.Pass"
|
||||
);
|
||||
if (mockingPart != null)
|
||||
opts.ApplicationParts.Remove(mockingPart);
|
||||
});
|
||||
services.AddRazorPages();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user