Skip to content

Commit 11a8337

Browse files
committed
fix: Added .Tests.Architecture to InternalsVisibleTo
1 parent 4b6ef52 commit 11a8337

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

settings/src.build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
<Project>
22

33
<ItemGroup Label="Test compability">
4+
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests.Architecture" />
45
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests.Unit" />
56
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests.Integration" />
67
</ItemGroup>

0 commit comments

Comments
 (0)