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 f83bb3a commit 3fa509fCopy full SHA for 3fa509f
Directory.Build.props
@@ -31,12 +31,8 @@
31
</PropertyGroup>
32
33
<ItemGroup>
34
- <AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
35
- <_Parameter1>TUnit.Engine</_Parameter1>
36
- </AssemblyAttribute>
37
38
- <_Parameter1>TUnit.UnitTests</_Parameter1>
39
+ <InternalsVisibleTo Include="TUnit.Engine" />
+ <InternalsVisibleTo Include="TUnit.UnitTests" />
40
</ItemGroup>
41
42
<PropertyGroup>
0 commit comments