chore: update project for consistency #2

Merged
louis9902 merged 3 commits from feature/consistency_between_packages into main 2026-05-16 10:32:07 +00:00
2 changed files with 3 additions and 2 deletions
Showing only changes of commit 4309bc8668 - Show all commits

chore: update csproj to have consistent settings

Louis Seubert 2026-05-16 12:25:15 +02:00
Signed by: louis9902
GPG key ID: 4B9DB28F826553BD

View file

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

View file

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