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 a5a473f commit 10cee9bCopy full SHA for 10cee9b
TestStack.FluentMvcTesting/Properties/AssemblyInfo.cs
@@ -35,3 +35,5 @@
35
[assembly: AssemblyVersion("1.0.0.0")]
36
[assembly: AssemblyFileVersion("1.0.0.0")]
37
[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Tests")]
38
+[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Mvc3.Tests")]
39
+[assembly: InternalsVisibleTo("TestStack.FluentMVCTesting.Mvc4.Tests")]
0 commit comments