Created
May 22, 2022 20:54
-
-
Save es-repo/a0fc9674c01400b30bc5c9a699aa2b30 to your computer and use it in GitHub Desktop.
better-unit-test-in-c#-article-csproj.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ItemGroup> | |
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | |
<_Parameter1>$(AssemblyName).Tests</_Parameter1> | |
</AssemblyAttribute> | |
</ItemGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment