I am trying to get the SwisPowerShell module to work in PowerShell 7 and I keep getting the following error:
Import-Module: Could not load file or assembly 'System.ServiceModel.Primitives, Version=4.10.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'. Could not find or load a specific file. (0x80131621)
It sounds like maybe I can install this if I get the .NET SDK but I am wondering if anybody knows what this means and/or a possible fix? From what I read, the module should be compatible with PowerShell 7.