Fix old .NET build

This commit is contained in:
Matt Nadareski
2025-04-01 16:47:03 -04:00
parent 1ffd1a3bff
commit 629f2cc11e

View File

@@ -1,6 +1,9 @@
using System;
using System.Collections.Generic;
using System.IO;
#if NET20 || NET35 || NET40 || NET452
using System.Reflection;
#endif
using NDecrypt.Core;
namespace NDecrypt