Skip to content
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.

PowerShell Standard should list dependencies of PowerShell platforms under its facade #86

Open
rjmholt opened this issue Aug 11, 2020 · 0 comments

Comments

@rjmholt
Copy link

rjmholt commented Aug 11, 2020

Today, PSStd provides an API surface that allows targeting of both Windows PowerShell and PS 6+.

However, this is only one of the functions of a facade assembly.

Another function is to help MSBuild/NuGet resolve correct dependencies for the underlying platform.

So, for example, PSStd should have a requirement on things like Newtonsoft.Json and System.Collections.Immutable, so that simply depending on PSStd will pull in those dependencies, rather than requiring an artificial entry in the csproj based on manual calculation of concrete target dependencies.

As an example of something this might fix: PowerShell/PowerShellEditorServices#1349

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant