From 45d346d6e7a759e0161ff0251b886ed501973284 Mon Sep 17 00:00:00 2001
From: Theodore Tsirpanis <12659251+teo-tsirpanis@users.noreply.github.com>
Date: Tue, 24 Aug 2021 18:23:16 +0300
Subject: [PATCH] Correctly mark the .NET Framework reference assemblies as
private. (#1419)
And use a built-in MSBuild item to apply the `InternalsVisibleToAttribute` (available since at least the .NET 5 SDK which is already required by `global.json`).
---
Terminal.Gui/Terminal.Gui.csproj | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/Terminal.Gui/Terminal.Gui.csproj b/Terminal.Gui/Terminal.Gui.csproj
index 7eecf711c..edcc55a6f 100644
--- a/Terminal.Gui/Terminal.Gui.csproj
+++ b/Terminal.Gui/Terminal.Gui.csproj
@@ -8,16 +8,14 @@
-
+
all
runtime; build; native; contentfiles; analyzers
+
-
- <_Parameter1>UnitTests
-
true