From 08c331bb1a669e1346850e9b2222363afb707cee Mon Sep 17 00:00:00 2001 From: "Steve Lee (POWERSHELL)" Date: Mon, 12 Aug 2019 08:56:06 -0700 Subject: [PATCH] add System.Windows.Forms as trusted assembly to support clipboard --- src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp b/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp index 23e6fcf..5469a69 100644 --- a/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp +++ b/src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp @@ -871,6 +871,7 @@ namespace NativeMsh "System.Web", "System.Web.HttpUtility", "System.Windows", + "System.Windows.Forms", "System.Xml", "System.Xml.Linq", "System.Xml.ReaderWriter",