Skip to content

Commit 10cee9b

Browse files
committed
Resolved InternalsVisibleTo attribute discrepancy.
1 parent a5a473f commit 10cee9b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

TestStack.FluentMvcTesting/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,5 @@
3535
[assembly: AssemblyVersion("1.0.0.0")]
3636
[assembly: AssemblyFileVersion("1.0.0.0")]
3737
[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Tests")]
38+
[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Mvc3.Tests")]
39+
[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Mvc4.Tests")]

0 commit comments

Comments
 (0)