fix: Fixing net standard build

This commit is contained in:
Chris Cameron
2018-06-06 10:39:54 -04:00
parent 2f3b1ef57d
commit 381b19f2e6

View File

@@ -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