Make internals visible tag consistent

This commit is contained in:
Matt Nadareski
2024-10-24 02:10:43 -04:00
parent 4fc27d70e5
commit e63a6b2ef0
3 changed files with 8 additions and 6 deletions

View File

@@ -33,6 +33,10 @@
<TargetFrameworks>net6.0;net7.0;net8.0</TargetFrameworks>
</PropertyGroup>
<ItemGroup>
<InternalsVisibleTo Include="SabreTools.Test" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SabreTools.Core\SabreTools.Core.csproj" />
<ProjectReference Include="..\SabreTools.DatFiles\SabreTools.DatFiles.csproj" />