Skip to content

Commit

Permalink
Fixed InternalsVisibleTo
Browse files Browse the repository at this point in the history
  • Loading branch information
roryprimrose committed Jul 26, 2024
1 parent ab4cfa3 commit 0768317
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Neovolve.Logging.Xunit/AssemblyInfo.cs

This file was deleted.

4 changes: 4 additions & 0 deletions Neovolve.Logging.Xunit/Neovolve.Logging.Xunit.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
<PackageReference Include="Xunit.Abstractions" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Neovolve.Logging.Xunit.UnitTests" />
</ItemGroup>

</Project>

0 comments on commit 0768317

Please sign in to comment.