File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Intersect.Client.Core/Core Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 55using Intersect . Core ;
66using Intersect . Factories ;
77using Intersect . Framework . Logging ;
8- using Intersect . Framework . Reflection ;
98using Intersect . Network ;
109using Intersect . Plugins ;
1110using Intersect . Plugins . Contexts ;
1514using Serilog . Core ;
1615using Serilog . Events ;
1716using Serilog . Extensions . Logging ;
18- using ILogger = Microsoft . Extensions . Logging . ILogger ;
1917
2018namespace Intersect . Client . Core ;
2119
Original file line number Diff line number Diff line change 22using System . Reflection ;
33using Intersect . Editor . Forms ;
44using Intersect . Editor . General ;
5+ using Intersect . Framework . Logging ;
56using Microsoft . Extensions . Logging ;
67using Serilog ;
8+ using Serilog . Core ;
79using Serilog . Events ;
810using Serilog . Extensions . Logging ;
911using ApplicationContext = Intersect . Core . ApplicationContext ;
You can’t perform that action at this time.
0 commit comments