PowerShell / PowerShellStandard

MIT License
158 stars 24 forks source link

Missing Pipeline and PipelineReader<> types #93

Open keithallenjackson opened 3 years ago

keithallenjackson commented 3 years ago

I'm trying to target both PowerShell 7+ and Windows PowerShell 5.1 using the PowerShellStandard.Library 5.1 nuget package within my C# project and when I try to build it cannot find any Pipeline related types.

namespace: System.Management.Automation.Runspaces Missing Types: Pipeline PipelineReader<>