Skip to content

Commit 2715e6e

Browse files
add InternalsVisibleTo to build.fsx
1 parent 9158fbc commit 2715e6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.fsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ Target "AssemblyInfo" (fun _ ->
4848
Attribute.Product project
4949
Attribute.Description summary
5050
Attribute.Version version
51-
Attribute.FileVersion version] )
51+
Attribute.FileVersion version
52+
Attribute.InternalsVisibleTo "SqlClient.Tests" ] )
5253
)
5354

5455
// --------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)