We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9158fbc commit 2715e6eCopy full SHA for 2715e6e
build.fsx
@@ -48,7 +48,8 @@ Target "AssemblyInfo" (fun _ ->
48
Attribute.Product project
49
Attribute.Description summary
50
Attribute.Version version
51
- Attribute.FileVersion version] )
+ Attribute.FileVersion version
52
+ Attribute.InternalsVisibleTo "SqlClient.Tests" ] )
53
)
54
55
// --------------------------------------------------------------------------------------
0 commit comments