Browse Source

Put InternalsVisibleTo in its own group

Brandon Thetford 1 year ago
parent
commit
6f7af499da
1 changed files with 5 additions and 0 deletions
  1. 5 0
      Terminal.Gui/Terminal.Gui.csproj

+ 5 - 0
Terminal.Gui/Terminal.Gui.csproj

@@ -46,6 +46,11 @@
     <PackageReference Include="Wcwidth" Version="2.0.0" />
     <!-- Enable Nuget Source Link for github -->
     <PackageReference Include="Microsoft.SourceLink.GitHub" Version="8.0.0" PrivateAssets="All" />
+  </ItemGroup>
+  <!-- =================================================================== -->
+  <!-- Namespaces for which internal items are visible -->
+  <!-- =================================================================== -->
+  <ItemGroup>
     <InternalsVisibleTo Include="UnitTests" />
   </ItemGroup>
   <PropertyGroup>