1
0
mirror of https://github.com/chylex/TweetDuck.git synced 2025-05-02 20:34:07 +02:00

Remove directives to expose assembly internals to now removed test projects

This commit is contained in:
chylex 2022-01-17 20:51:28 +01:00
parent 3f4844f6f6
commit 2a636245b4
Signed by: chylex
GPG Key ID: 4DE42C8F19A80548

View File

@ -27,8 +27,3 @@
[assembly: NeutralResourcesLanguage("en")]
[assembly: CLSCompliant(true)]
#if DEBUG
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("TweetTest.System")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("TweetTest.Unit")]
#endif