Merge pull request #1551 from aspnet/rynowak/allow-pages
React to breaking change in MVC
This commit is contained in:
commit
0baa738120
|
|
@ -26,7 +26,7 @@ namespace Microsoft.AspNetCore.Identity.UI
|
|||
|
||||
public IHostingEnvironment Environment { get; }
|
||||
|
||||
public void Configure(RazorPagesOptions options) => options.EnableAreas = true;
|
||||
public void Configure(RazorPagesOptions options) => options.AllowAreas = true;
|
||||
|
||||
public void Configure(RazorViewEngineOptions options) =>
|
||||
options.FileProviders.Add(new ManifestEmbeddedFileProvider(GetType().Assembly));
|
||||
|
|
|
|||
Loading…
Reference in New Issue