Skip to content

Commit 26518d4

Browse files
committed
Merge branch 'main' into net-9-upgrade
2 parents b7a0d76 + 1edc6ca commit 26518d4

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

CSharpRepl.Services/CSharpRepl.Services.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949

5050

5151
<ItemGroup>
52-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
53-
<_Parameter1>CSharpRepl.Tests</_Parameter1>
54-
</AssemblyAttribute>
52+
<InternalsVisibleTo Include="CSharpRepl.Tests" />
5553
</ItemGroup>
5654

5755

CSharpRepl/CSharpRepl.csproj

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@
3535
</ItemGroup>
3636

3737
<ItemGroup>
38-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
39-
<_Parameter1>CSharpRepl.Tests</_Parameter1>
40-
</AssemblyAttribute>
38+
<InternalsVisibleTo Include="CSharpRepl.Tests" />
4139
</ItemGroup>
4240

4341
<ItemGroup>

0 commit comments

Comments
 (0)