fix: Fix preprocessors for netstandard vs simplsharp

This commit is contained in:
Drew Tingen
2022-06-30 11:01:12 -04:00
parent 16fb3683dd
commit 3b313a442c
8 changed files with 17 additions and 20 deletions

View File

@@ -1,4 +1,4 @@
#if !SIMPLSHARP
#if NETSTANDARD
using ICD.Common.Utils.IO;
using System;
using System.Reflection;