Skip to content

Commit d4acbd5

Browse files
SteveL-MSFTadityapatwardhan
authored andcommitted
Add System.Windows.Forms as trusted assembly to support clipboard (#28)
1 parent 534965c commit d4acbd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/powershell-native/nativemsh/pwrshcommon/pwrshcommon.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -871,6 +871,7 @@ namespace NativeMsh
871871
"System.Web",
872872
"System.Web.HttpUtility",
873873
"System.Windows",
874+
"System.Windows.Forms",
874875
"System.Xml",
875876
"System.Xml.Linq",
876877
"System.Xml.ReaderWriter",

0 commit comments

Comments
 (0)