Move Extensions to Tools
This commit is contained in:
parent
bf97036724
commit
02a6c7151f
@ -1,5 +1,4 @@
|
||||
using ExcelDna.Integration.CustomUI;
|
||||
using RhSolutions.Tools;
|
||||
using System.Reflection;
|
||||
using System.Runtime.InteropServices;
|
||||
#if! NET472
|
||||
|
@ -1,5 +1,4 @@
|
||||
using System.IO;
|
||||
using RhSolutions.Tools;
|
||||
#if !NET472
|
||||
using System.Runtime.Versioning;
|
||||
using RhSolutions.Tools;
|
||||
|
@ -3,7 +3,6 @@ using System.Runtime.Versioning;
|
||||
using RhSolutions.Tools;
|
||||
#endif
|
||||
|
||||
using RhSolutions.Tools;
|
||||
|
||||
namespace RhSolutions.Services;
|
||||
|
||||
|
@ -1,8 +1,11 @@
|
||||
#if !NET472
|
||||
using System.Runtime.Versioning;
|
||||
using RhSolutions;
|
||||
using RhSolutions.Services;
|
||||
using RhSolutions.Tools;
|
||||
#endif
|
||||
|
||||
namespace RhSolutions.Services;
|
||||
namespace RhSolutions.Tools;
|
||||
|
||||
#if !NET472
|
||||
[SupportedOSPlatform("windows")]
|
Loading…
Reference in New Issue
Block a user