Skip to content

Commit dd79997

Browse files
authored
Merge pull request #147 from akunzai/Internals-visible-to
Using the `InternalsVisibleTo` MSBuild items supported since .NET 5
2 parents 44808c7 + c072dfa commit dd79997

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/GSS.Authorization.OAuth/GSS.Authorization.OAuth.csproj

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@
1818
</ItemGroup>
1919

2020
<ItemGroup Condition="'$(Configuration)' != 'Release' ">
21-
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
22-
<_Parameter1>$(MSBuildProjectName).Tests</_Parameter1>
23-
</AssemblyAttribute>
21+
<InternalsVisibleTo Include="$(MSBuildProjectName).Tests" />
2422
</ItemGroup>
2523

26-
</Project>
24+
</Project>

0 commit comments

Comments
 (0)