From 381b19f2e622c3376c7389f1ca8a6ff3b41e6c2b Mon Sep 17 00:00:00 2001 From: Chris Cameron Date: Wed, 6 Jun 2018 10:39:54 -0400 Subject: [PATCH] fix: Fixing net standard build --- ICD.Common.Utils/IO/Compression/IcdZip.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ICD.Common.Utils/IO/Compression/IcdZip.cs b/ICD.Common.Utils/IO/Compression/IcdZip.cs index b9701db..5e7877b 100644 --- a/ICD.Common.Utils/IO/Compression/IcdZip.cs +++ b/ICD.Common.Utils/IO/Compression/IcdZip.cs @@ -2,9 +2,8 @@ using System.Collections.Generic; using System.Linq; using System.Text; -using Crestron.SimplSharp; #if SIMPLSHARP - +using Crestron.SimplSharp; #else using System.IO.Compression; #endif