Last active
January 26, 2021 19:54
-
-
Save lawrence-laz/4ac1df20574007045adb7389d1a64ebc to your computer and use it in GitHub Desktop.
Internals visible to other project
This file contains 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
<Project Sdk="Microsoft.NET.Sdk"> | |
<ItemGroup> | |
<AssemblyAttribute Include="System.Runtime.CompilerServices.InternalsVisibleTo"> | |
<_Parameter1>$(AssemblyName).Tests</_Parameter1> | |
</AssemblyAttribute> | |
</ItemGroup> | |
</Project> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment