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

.NET format has 7.0 references in the tooling going into 8.0.100 #1929

Closed
marcpopMSFT opened this issue Aug 10, 2023 · 0 comments · Fixed by #1930
Closed

.NET format has 7.0 references in the tooling going into 8.0.100 #1929

marcpopMSFT opened this issue Aug 10, 2023 · 0 comments · Fixed by #1930

Comments

@marcpopMSFT
Copy link
Member

See dotnet/sdk#34245

There are some packages being pulled in that target 7.0 and unless you have scenarios where format is loaded into the 7.0 runtime, it's recommended to reference the 8.0 versions. The issue is that we don't want you adding codeflow from runtime to increase complexity of the codeflow graph. With rc1 being go live, the recommendation would be to target RC1 release versions once it ships and the move to RC2 and then 8.0.0.

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 a pull request may close this issue.

1 participant