Skip to content

Commit

Permalink
Merge pull request #36 from ihordyrman/master
Browse files Browse the repository at this point in the history
Move InternalsVisibleTo to csproj
  • Loading branch information
mvSapphire authored Oct 9, 2023
2 parents e923082 + ee93875 commit 697789a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/PowerPipe/AssemblyInfo.cs

This file was deleted.

4 changes: 4 additions & 0 deletions src/PowerPipe/PowerPipe.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@
<None Include="..\..\README.md" Pack="true" PackagePath="" />
</ItemGroup>

<ItemGroup>
<InternalsVisibleTo Include="$(AssemblyName).UnitTests" />
</ItemGroup>

</Project>

0 comments on commit 697789a

Please sign in to comment.