Move InternalsVisibleToAttribute to the .csproj

This commit is contained in:
Alex Barney 2021-12-18 20:42:33 -07:00
parent bba1030143
commit 50dab0c7c9
2 changed files with 7 additions and 4 deletions

View file

@ -1,3 +0,0 @@
using System.Runtime.CompilerServices;
[assembly: InternalsVisibleTo("LibHac.Tests")]

View file

@ -46,6 +46,12 @@
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" /> <PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1" PrivateAssets="All" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo">
<_Parameter1>LibHac.Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<!-- Configuration for Fody --> <!-- Configuration for Fody -->
<PropertyGroup> <PropertyGroup>
<WeaverConfiguration> <WeaverConfiguration>
@ -55,4 +61,4 @@
</WeaverConfiguration> </WeaverConfiguration>
</PropertyGroup> </PropertyGroup>
</Project> </Project>