Skip to content

Commit 3fa509f

Browse files
authored
chore: Simplified InternalsVisibleTo (#1548)
1 parent f83bb3a commit 3fa509f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Directory.Build.props

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,8 @@
3131
</PropertyGroup>
3232

3333
<ItemGroup>
34-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
35-
<_Parameter1>TUnit.Engine</_Parameter1>
36-
</AssemblyAttribute>
37-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
38-
<_Parameter1>TUnit.UnitTests</_Parameter1>
39-
</AssemblyAttribute>
34+
<InternalsVisibleTo Include="TUnit.Engine" />
35+
<InternalsVisibleTo Include="TUnit.UnitTests" />
4036
</ItemGroup>
4137

4238
<PropertyGroup>

0 commit comments

Comments
 (0)