Skip to content

Commit

Permalink
NR move InternalsVisibleTo to csproj files
Browse files Browse the repository at this point in the history
  • Loading branch information
jbe2277 committed Aug 22, 2023
1 parent d35577e commit e5647f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/NewsReader/NewsReader.Domain/NewsReader.Domain.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@
<ItemGroup>
<PackageReference Include="System.Waf.Core" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="Test.NewsReader.Domain"/>
</ItemGroup>
</Project>
3 changes: 0 additions & 3 deletions src/NewsReader/NewsReader.Domain/Properties/AssemblyInfo.cs

This file was deleted.

0 comments on commit e5647f8

Please sign in to comment.