PowerShell Core builds separately for Windows and Unix, so the assemblies are different between Windows and Unix platforms. All PowerShell Core packages we published so far contain windows assemblies only.
The ideal solution is to have one package that contains assemblies for both Windows and Unix platforms. But dotnet pack doesn't seem to support this.
This is blocking hosting powershell in .NET Core applications on Linux/OSX.
The discussion of this issue originates from #3409
PowerShell Core builds separately for Windows and Unix, so the assemblies are different between Windows and Unix platforms. All PowerShell Core packages we published so far contain windows assemblies only.
The ideal solution is to have one package that contains assemblies for both Windows and Unix platforms. But
dotnet packdoesn't seem to support this.This is blocking hosting powershell in .NET Core applications on Linux/OSX.
The discussion of this issue originates from #3409