we really should try to be CLS-compliant

This commit is contained in:
Michael Becker 2020-10-15 00:15:14 -04:00
parent 031f268cca
commit 5ce5151dfe
No known key found for this signature in database
GPG Key ID: 506F54899E2BFED7

View File

@ -18,6 +18,7 @@
//
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
using System;
using System.Reflection;
using System.Runtime.CompilerServices;
@ -44,3 +45,4 @@ using System.Runtime.CompilerServices;
//[assembly: AssemblyDelaySign(false)]
//[assembly: AssemblyKeyFile("")]
[assembly: CLSCompliant(true)]