You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
439 B
8 lines
439 B
2 years ago
|
using System.Runtime.CompilerServices;
|
||
|
|
||
|
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2")] // permit using internal interfaces with Moq
|
||
|
[assembly: InternalsVisibleTo("UniversalGraphicsTests")]
|
||
|
[assembly: InternalsVisibleTo("Unity.RenderPipelines.Universal.Editor.Tests")]
|
||
|
[assembly: InternalsVisibleTo("Unity.Testing.SRP.Universal-Upgrade.Editor")]
|
||
|
[assembly: InternalsVisibleTo("Unity.GraphicTests.Performance.Universal.Editor")]
|