Skip to content

Commit 5cbce34

Browse files
committed
Add NetFramingBase to TPA for AD module compat
Adds System.ServiceModel.NetFramingBase to the list of Trusted Platform Assemblies so that a PSSession instance can load that assembly by name. The ActiveDirectory module uses this assembly and without this change it will fail to import into a PowerShell 7 configuration endpoint.
1 parent 2c55e8f commit 5cbce34

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -856,6 +856,7 @@ namespace NativeMsh
856856
"System.ServiceModel",
857857
"System.ServiceModel.Duplex",
858858
"System.ServiceModel.Http",
859+
"System.ServiceModel.NetFramingBase",
859860
"System.ServiceModel.NetTcp",
860861
"System.ServiceModel.Primitives",
861862
"System.ServiceModel.Security",

0 commit comments

Comments
 (0)