Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Upgrade Mono binaries for Preview 8 #1834

Merged
merged 2 commits into from
Jul 22, 2019

Conversation

SteveSandersonMS
Copy link
Member

No description provided.

"framework": {
"name": "Microsoft.NETCore.App",
"version": "3.0.0-alpha"
"version": "2.0.0"
Copy link
Member

Choose a reason for hiding this comment

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

Do you know the reason who this isn't pointing in 3.0 anymore? IIRC in the past this was needed to work for users that didn't have a 2.0 runtime installed. Has something changed here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Has something changed here?

For a while we've had this super risk-averse technique of specifying "version": "3.0.0-alpha", but it doesn't really make sense given that this file also specifies "rollForwardOnNoCandidateFx": 2 (that was added after we previously reported the issues with running it on machines with only .NET Core 3.0 previews).

I think by now we can trust that "rollForwardOnNoCandidateFx": 2 will do its job properly in the current 3.0 preview SDKs.

@SteveSandersonMS SteveSandersonMS merged commit 2bbf249 into master Jul 22, 2019
@ghost ghost deleted the stevesa/upgrade-mono-preview8 branch July 22, 2019 01:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants