Skip to content

Commit 93a7266

Browse files
Fix build error with DotNetCoreUnitTest
1 parent 9aba862 commit 93a7266

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dotnet/src/dotnetcore/GxClasses/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22

33

44
[assembly: InternalsVisibleTo("GxClasses.Web")]
5-
[assembly: InternalsVisibleTo("GxSearch")]
5+
[assembly: InternalsVisibleTo("GxSearch")]
6+
[assembly: InternalsVisibleTo("DotNetCoreUnitTest")]

0 commit comments

Comments
 (0)