Procházet zdrojové kódy

Put InternalsVisibleTo in its own group

Brandon Thetford před 1 rokem
rodič
revize
6f7af499da
1 změnil soubory, kde provedl 5 přidání a 0 odebrání
  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>