Browse Source

Merge pull request #3361 from tznind/visible-to-designer

Make terminal gui internal methods visible to TGD
Tig 1 year ago
parent
commit
5b367b3df1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Terminal.Gui/Terminal.Gui.csproj

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

@@ -65,6 +65,7 @@
   <!-- =================================================================== -->
   <ItemGroup>
     <InternalsVisibleTo Include="UnitTests" />
+    <InternalsVisibleTo Include="TerminalGuiDesigner" />
   </ItemGroup>
   <!-- =================================================================== -->
   <!-- API Documentation -->