moves assembly visible to csproj

This commit is contained in:
Philipp Häfelfinger 2022-10-07 23:08:05 +02:00
parent 06dd6548cf
commit 5f7f6f6efa
2 changed files with 9 additions and 6 deletions

View File

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

View File

@ -6,6 +6,12 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleToAttribute">
<_Parameter1>$(AssemblyName).Tests</_Parameter1>
</AssemblyAttribute>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Flurl.Http" Version="3.2.4" />
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="6.0.2" />