X Tutup
The Wayback Machine - https://web.archive.org/web/20200918094909/https://github.com/PowerShell/PSScriptAnalyzer/pull/1256
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it possible to build ScriptAnalyzer with PowerShell7 #1256

Merged

Conversation

@bergmeister
Copy link
Collaborator

bergmeister commented Jun 7, 2019

PR Summary

Because PS7 implements netstandard2.0 we do not need to change anything apart from redirecting 7 to 6.
In the future we could hypothetically use netstandard2.1 features and only then we would need a PS7 specific build.

PR Checklist

@bergmeister bergmeister requested a review from JamesWTruher Jun 7, 2019
Copy link
Member

JamesWTruher left a comment

looks good

@JamesWTruher JamesWTruher merged commit 0bef1c8 into PowerShell:development Jun 7, 2019
2 checks passed
2 checks passed
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
license/cla All CLA requirements met.
Details
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup