Skip to content

Commit 7ff575b

Browse files
committed
chore: move InternalsVisibleTo to csproj
1 parent 22f9cf4 commit 7ff575b

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

PasteMystBot/Assembly.cs

Lines changed: 0 additions & 3 deletions
This file was deleted.

PasteMystBot/PasteMystBot.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@
4242
<PackageReference Include="ZString" Version="2.5.0"/>
4343
</ItemGroup>
4444

45+
<ItemGroup>
46+
<InternalsVisibleTo Include="PasteMyst.Tests"/>
47+
</ItemGroup>
48+
4549
<ItemGroup>
4650
<Content Include="..\docker-compose.yaml">
4751
<Link>docker-compose.yaml</Link>

0 commit comments

Comments
 (0)