Skip to content

Commit

Permalink
Add missing using statement for Serilog option. (#13822)
Browse files Browse the repository at this point in the history
  • Loading branch information
microposmp committed Jun 8, 2023
1 parent 25ef221 commit 57bc79f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using OrchardCore.Logging;
#endif
#if (UseSerilog)
using OrchardCore.Logging;
using Serilog;
#endif

Expand Down

0 comments on commit 57bc79f

Please sign in to comment.