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.
.Tests.Architecture
1 parent 4b6ef52 commit 11a8337Copy full SHA for 11a8337
settings/src.build.props
@@ -1,6 +1,7 @@
1
<Project>
2
3
<ItemGroup Label="Test compability">
4
+ <InternalsVisibleTo Include="$(MSBuildProjectName).Tests.Architecture" />
5
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests.Unit" />
6
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests.Integration" />
7
</ItemGroup>
0 commit comments