-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Update PowerShell to build with .NET Core 2.0.4 #5677
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@@ -94,7 +94,7 @@ | |||
<Copyright>(c) Microsoft Corporation. All rights reserved.</Copyright> | |||
|
|||
<TargetFramework>netcoreapp2.0</TargetFramework> | |||
<RuntimeFrameworkVersion>2.0.4-servicing-25831-01</RuntimeFrameworkVersion> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should we update the appveyor yml to flush the cache?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good point! Fixed.
Investigating the xUnit test failures. |
Don't forget to update - https://github.com/PowerShell/PowerShell/blob/master/global.json |
@rkeithhill That is the SDK version. SDK version is not changed in this PR and we are still using 2.0.2. This PR only changes the version of .NET Core Runtime Framework that powershell targets. |
I'm beginning to understand @vors rant on Twitter about .NET Core versioning. :-) |
PR Summary
Close #5428
Update PowerShell to build with .NET Core 2.0.4. (turn out to be a simple change 😄)
PR Checklist
Note: Please mark anything not applicable to this PR
NA
.[feature]
if the change is significant or affectes feature testsWIP:
to the beginning of the title and remove the prefix when the PR is ready.