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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update PowerShell to build with .NET Core 2.0.4 #5677

Merged
merged 2 commits into from
Dec 12, 2017

Conversation

daxian-dbw
Copy link
Member

@daxian-dbw daxian-dbw commented Dec 12, 2017

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.

Copy link
Contributor

@anmenaga anmenaga left a 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>
Copy link
Member

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?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point! Fixed.

@daxian-dbw daxian-dbw added this to the 6.0.0-RC.2 milestone Dec 12, 2017
@daxian-dbw
Copy link
Member Author

Investigating the xUnit test failures.

@rkeithhill
Copy link
Collaborator

@daxian-dbw
Copy link
Member Author

daxian-dbw commented Dec 12, 2017

@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.

@rkeithhill
Copy link
Collaborator

I'm beginning to understand @vors rant on Twitter about .NET Core versioning. :-)

@daxian-dbw daxian-dbw merged commit d966f59 into PowerShell:master Dec 12, 2017
@daxian-dbw daxian-dbw deleted the upgrade branch December 12, 2017 21:53
TravisEz13 pushed a commit to TravisEz13/PowerShell that referenced this pull request Dec 13, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Use dotnetcore 2.0.4 final for GA
5 participants