Skip to content

Commit c2d69f0

Browse files
authored
Make Microsoft.ML.Ensemble internals visible to NimbusML DotNetBridge (#4056)
1 parent 9c2de1e commit c2d69f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Microsoft.ML.Ensemble/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
[assembly: InternalsVisibleTo("Microsoft.ML.Core.Tests" + PublicKey.TestValue)]
1010
[assembly: InternalsVisibleTo("RunTests" + InternalPublicKey.Value)]
1111
[assembly: InternalsVisibleTo("Microsoft.ML.Runtime.Scope" + InternalPublicKey.Value)]
12+
[assembly: InternalsVisibleTo("DotNetBridge" + InternalPublicKey.Value)]

0 commit comments

Comments
 (0)