[release/6.0-preview1] Produce a .version file for Microsoft.NETCore.App in the runtime layout.#47736
Merged
mmitche merged 3 commits intoFeb 3, 2021
Conversation
hoyosjs
approved these changes
Feb 2, 2021
jeffschwMSFT
approved these changes
Feb 2, 2021
Member
jeffschwMSFT
left a comment
There was a problem hiding this comment.
Approved. We will take for consideration in preview 1
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport of #47717 to release/6.0-preview1
/cc @jkoritzinsky
Add a .version file to the on-disk layout of the Microsoft.NETCore.App shared framework.
Customer Impact
Without this change, Visual Studio's "New Project" dialog will not show .NET 6 as a target framework option unless a new project has been created from the command line.
Testing
VS has validated that this change fixes the issue.
Risk
Minimal. This file is unused by the shared framework SDK and it's been validated that VS is able to pick it up correctly.