Move Extensions to Tools

This commit is contained in:
Sergey Chebotar 2023-04-06 16:40:00 +03:00
parent bf97036724
commit 02a6c7151f
4 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,4 @@
using ExcelDna.Integration.CustomUI;
using RhSolutions.Tools;
using System.Reflection;
using System.Runtime.InteropServices;
#if! NET472

View File

@ -1,5 +1,4 @@
using System.IO;
using RhSolutions.Tools;
#if !NET472
using System.Runtime.Versioning;
using RhSolutions.Tools;

View File

@ -3,7 +3,6 @@ using System.Runtime.Versioning;
using RhSolutions.Tools;
#endif
using RhSolutions.Tools;
namespace RhSolutions.Services;

View File

@ -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")]