Skip to content

Commit

Permalink
fix BuildError
Browse files Browse the repository at this point in the history
  • Loading branch information
hyzx86 committed May 5, 2023
1 parent 5ca1473 commit 7557f92
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/EasyOC.CMS.Web/Program.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
using Microsoft.AspNetCore.Identity;
using OrchardCore.Logging;

var builder = WebApplication.CreateBuilder(args);

builder.Host.UseNLogHost();

builder.Services
.Configure<IdentityOptions>(options =>
Expand Down

0 comments on commit 7557f92

Please sign in to comment.