diff --git a/Mirror/Components/AssemblyInfo.cs b/Mirror/Components/AssemblyInfo.cs deleted file mode 100644 index f342716a..00000000 --- a/Mirror/Components/AssemblyInfo.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Mirror.Tests.Common")] -[assembly: InternalsVisibleTo("Mirror.Tests")] -// need to use Unity.*.CodeGen assembly name to import Unity.CompilationPipeline -// for ILPostProcessor tests. -[assembly: InternalsVisibleTo("Unity.Mirror.Tests.CodeGen")] -[assembly: InternalsVisibleTo("Mirror.Tests.Generated")] -[assembly: InternalsVisibleTo("Mirror.Tests.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Editor")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Editor")] diff --git a/Mirror/Runtime/AssemblyInfo.cs b/Mirror/Runtime/AssemblyInfo.cs deleted file mode 100644 index f342716a..00000000 --- a/Mirror/Runtime/AssemblyInfo.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Mirror.Tests.Common")] -[assembly: InternalsVisibleTo("Mirror.Tests")] -// need to use Unity.*.CodeGen assembly name to import Unity.CompilationPipeline -// for ILPostProcessor tests. -[assembly: InternalsVisibleTo("Unity.Mirror.Tests.CodeGen")] -[assembly: InternalsVisibleTo("Mirror.Tests.Generated")] -[assembly: InternalsVisibleTo("Mirror.Tests.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Editor")] -[assembly: InternalsVisibleTo("Mirror.Tests.Performance.Runtime")] -[assembly: InternalsVisibleTo("Mirror.Editor")] diff --git a/Mirror/Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs b/Mirror/Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs deleted file mode 100644 index 5fe5547e..00000000 --- a/Mirror/Runtime/Transport/KCP/kcp2k/kcp/AssemblyInfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("kcp2k.Tests")] \ No newline at end of file diff --git a/Mirror/Runtime/Transport/KCP/kcp2k/where-allocation/Scripts/AssemblyInfo.cs b/Mirror/Runtime/Transport/KCP/kcp2k/where-allocation/Scripts/AssemblyInfo.cs deleted file mode 100644 index 246a5d1e..00000000 --- a/Mirror/Runtime/Transport/KCP/kcp2k/where-allocation/Scripts/AssemblyInfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("where-allocations.Tests")] \ No newline at end of file diff --git a/Mirror/Runtime/Transport/SimpleWebTransport/AssemblyInfo.cs b/Mirror/Runtime/Transport/SimpleWebTransport/AssemblyInfo.cs deleted file mode 100644 index 25269e29..00000000 --- a/Mirror/Runtime/Transport/SimpleWebTransport/AssemblyInfo.cs +++ /dev/null @@ -1,4 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Runtime")] -[assembly: InternalsVisibleTo("SimpleWebTransport.Tests.Editor")] diff --git a/MirrorWeaver/Weaver/AssemblyInfo.cs b/MirrorWeaver/Weaver/AssemblyInfo.cs deleted file mode 100644 index 08b43f55..00000000 --- a/MirrorWeaver/Weaver/AssemblyInfo.cs +++ /dev/null @@ -1,3 +0,0 @@ -using System.Runtime.CompilerServices; - -[assembly: InternalsVisibleTo("Mirror.Tests")]