chore: update csproj to have consistent settings

This commit is contained in:
Louis Seubert 2026-05-16 12:25:15 +02:00
commit 4309bc8668
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD
2 changed files with 3 additions and 2 deletions

View file

@ -13,4 +13,5 @@
<ItemGroup>
<PackageReference Include="System.CommandLine" PrivateAssets="compile" />
</ItemGroup>
</Project>
</Project>

View file

@ -13,7 +13,7 @@
</PropertyGroup>
<ItemGroup Condition="'$(Configuration)' == 'Debug'">
<InternalsVisibleTo Include="$(AssemblyName).Tests" />
<InternalsVisibleTo Include="Geekeey.Process.Tests" />
</ItemGroup>
<PropertyGroup>