mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
Move InternalsVisibleToAttribute to the .csproj
This commit is contained in:
parent
bba1030143
commit
50dab0c7c9
2 changed files with 7 additions and 4 deletions
|
@ -1,3 +0,0 @@
|
||||||
using System.Runtime.CompilerServices;
|
|
||||||
|
|
||||||
[assembly: InternalsVisibleTo("LibHac.Tests")]
|
|
|
@ -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>
|
Loading…
Reference in a new issue