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

Determine how to version in-box RID graph #10008

Closed
nguerrera opened this issue Dec 19, 2018 · 1 comment
Closed

Determine how to version in-box RID graph #10008

nguerrera opened this issue Dec 19, 2018 · 1 comment
Milestone

Comments

@nguerrera
Copy link
Contributor

For initial bring-up, we will have exactly one version of the RID graph in the .NET Core SDK.

We need to figure out how to prevent breaking changes. By this we mean that we don't want the assets selected in a build to change with an sdk change and no project change. We thought about versioning it by TFM, but there's just one Platforms package today with increasing version for all TFMs.

cc @dsplaisted

@dsplaisted
Copy link
Member

We decided to stay with a single version of the RID graph in the .NET Core SDK, and assume that we won't make breaking changes to it. If we do need to make breaking changes in the future, then we could consider conditioning the graph on the target framework.

@msftgits msftgits transferred this issue from dotnet/cli Jan 31, 2020
@msftgits msftgits added this to the 3.0.1xx milestone Jan 31, 2020
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

No branches or pull requests

3 participants