Skip to content

Commit 7bdea2c

Browse files
committed
Expose Shared project internals to unit tests
Allows the ThreeByte.LinkLib.Tests project to access internal members for unit testing.
1 parent 08dd01f commit 7bdea2c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ThreeByte.LinkLib/ThreeByte.LinkLib.Shared/ThreeByte.LinkLib.Shared.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<LangVersion>latest</LangVersion>
77
<PackageReadmeFile>README.md</PackageReadmeFile>
88
<PackageIcon>icon.png</PackageIcon>
9+
<InternalsVisibleTo>ThreeByte.LinkLib.Tests</InternalsVisibleTo>
910
</PropertyGroup>
1011

1112
<ItemGroup>

0 commit comments

Comments
 (0)