Skip to content

Commit 544c291

Browse files
authored
Modern style of InternalsVisibleTo (#263)
1 parent 60a673e commit 544c291

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/GraphQLParser/GraphQLParser.csproj

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,7 @@
1515
</ItemGroup>
1616

1717
<ItemGroup>
18-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
19-
<_Parameter1>$(MSBuildProjectName).Tests</_Parameter1>
20-
</AssemblyAttribute>
21-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
22-
<_Parameter1>$(MSBuildProjectName).Benchmarks</_Parameter1>
23-
</AssemblyAttribute>
18+
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests;$(MSBuildProjectName).Benchmarks"/>
2419
</ItemGroup>
2520

2621
</Project>

0 commit comments

Comments
 (0)