We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab27f34 commit babb484Copy full SHA for babb484
src/Microsoft.ML.TensorFlow/AssemblyInfo.cs
@@ -5,4 +5,5 @@
5
using System.Runtime.CompilerServices;
6
using Microsoft.ML;
7
8
+[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.Tests" + PublicKey.TestValue)]
9
[assembly: InternalsVisibleTo(assemblyName: "Microsoft.ML.TensorFlow.StaticPipe" + PublicKey.Value)]
0 commit comments