| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
There was a problem hiding this comment.
This PR retargets the PSReadLine build to netstandard2.0 to simplify the build process and ensure consistent output across platforms. Key changes include:
| File | Description |
|---|---|
| README.md | Updated installation, upgrading, and usage instructions. |
| PSReadLine/OnImportAndRemove.cs | Changed assembly resolution logic to target netstandard framework. |
| .github/CONTRIBUTING.md | Updated build instructions to refer to the README section. |
| appveyor.yml | Removed explicit net462 target for Release build; updated test targets. |
| .pipelines/PSReadLine-Official.yml | Updated build and signing steps to use the new assembly name and targets. |
Copilot reviewed 12 out of 12 changed files in this pull request and generated no comments.
Comments suppressed due to low confidence (1)PSReadLine/OnImportAndRemove.cs:31
string subd = (Environment.Version.Major >= 6) ? "net6plus" : "netstd";
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Summary
By retargeting PSReadLine to netstandard2.0, we can simplify the build a lot and produce the same assembly no matter building on Windows or non-Windows.
PR Checklist
Microsoft Reviewers: Open in CodeFlow