Skip to content

Instantly share code, notes, and snippets.

@lawrence-laz
Last active January 26, 2021 19:54
Show Gist options
  • Save lawrence-laz/4ac1df20574007045adb7389d1a64ebc to your computer and use it in GitHub Desktop.
Save lawrence-laz/4ac1df20574007045adb7389d1a64ebc to your computer and use it in GitHub Desktop.
Internals visible to other project
<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