Skip to content

Commit 5a50df4

Browse files
committed
fix: add missing imports for editor
1 parent 55a80e2 commit 5a50df4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Intersect.Client.Core/Core/Bootstrapper.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using Intersect.Core;
66
using Intersect.Factories;
77
using Intersect.Framework.Logging;
8-
using Intersect.Framework.Reflection;
98
using Intersect.Network;
109
using Intersect.Plugins;
1110
using Intersect.Plugins.Contexts;
@@ -15,7 +14,6 @@
1514
using Serilog.Core;
1615
using Serilog.Events;
1716
using Serilog.Extensions.Logging;
18-
using ILogger = Microsoft.Extensions.Logging.ILogger;
1917

2018
namespace Intersect.Client.Core;
2119

Intersect.Editor/Core/Program.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22
using System.Reflection;
33
using Intersect.Editor.Forms;
44
using Intersect.Editor.General;
5+
using Intersect.Framework.Logging;
56
using Microsoft.Extensions.Logging;
67
using Serilog;
8+
using Serilog.Core;
79
using Serilog.Events;
810
using Serilog.Extensions.Logging;
911
using ApplicationContext = Intersect.Core.ApplicationContext;

0 commit comments

Comments
 (0)