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

Use --roll-forward Major flag to make .dll tool runtime agnostic #4314

Merged
merged 2 commits into from
Nov 6, 2024

Conversation

nturinski
Copy link
Member

@nturinski nturinski commented Nov 5, 2024

Fixes #4311

Nathan Carlson clued us in on a flag that you can pass to make the dotnet tool major version agnostic. So I've used the .NET 6 .dll tools (which should be forward compatible with 7, 8, and 9) and got rid of all the other runtime specific .dlls.

This is nice because we theoretically shouldn't have to update the JsonCliTool ever again.

@nturinski nturinski requested a review from a team as a code owner November 5, 2024 22:34
@nturinski nturinski changed the title Nat/json cli runtime agonostic Use --roll-forward Major flag to make .dll tool runtime agnostic Nov 5, 2024
Copy link
Member

@alexweininger alexweininger left a comment

Choose a reason for hiding this comment

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

Eric would be so proud 😄

@nturinski nturinski merged commit d400aac into main Nov 6, 2024
2 checks passed
@nturinski nturinski deleted the nat/jsonCliRuntimeAgonostic branch November 6, 2024 18:43
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.

Fail to create a .NET 9.0 C# project if only .NET 9.0 SDK is installed
3 participants