Skip to content

Commit

Permalink
fix: Added InternalsVisibleTo for Nager.Date.UnitTest
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Mar 5, 2024
1 parent 0758f64 commit c267e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Nager.Date/Nager.Date.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
<ItemGroup>
<!-- This makes it possible for the architecture tests themselves to be performed internally. -->
<InternalsVisibleTo Include="Nager.Date.ArchitectureTest"/>
<InternalsVisibleTo Include="Nager.Date.UnitTest"/>
</ItemGroup>

</Project>

0 comments on commit c267e51

Please sign in to comment.