1
0
mirror of https://github.com/oliverbooth/TcpDotNet synced 2024-10-18 07:16:10 +00:00

CLSCompliant(true) for assembly

This commit is contained in:
Oliver Booth 2022-05-19 10:37:45 +01:00
parent c1115e26c1
commit 442a496123
No known key found for this signature in database
GPG Key ID: 32A00B35503AF634

1
TcpDotNet/Assembly.cs Normal file
View File

@ -0,0 +1 @@
[assembly: CLSCompliant(true)]