We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2de1e commit c2d69f0Copy full SHA for c2d69f0
src/Microsoft.ML.Ensemble/Properties/AssemblyInfo.cs
@@ -9,3 +9,4 @@
9
[assembly: InternalsVisibleTo("Microsoft.ML.Core.Tests" + PublicKey.TestValue)]
10
[assembly: InternalsVisibleTo("RunTests" + InternalPublicKey.Value)]
11
[assembly: InternalsVisibleTo("Microsoft.ML.Runtime.Scope" + InternalPublicKey.Value)]
12
+[assembly: InternalsVisibleTo("DotNetBridge" + InternalPublicKey.Value)]
0 commit comments