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

Update dotnet.md #2391

Merged
merged 1 commit into from
May 18, 2020
Merged

Update dotnet.md #2391

merged 1 commit into from
May 18, 2020

Conversation

ivarlovlie
Copy link
Contributor

Add instructions for updating the dotnet-ef tools

Add instructions for updating the dotnet-ef tools
@ajcvickers ajcvickers merged commit f349ea3 into dotnet:master May 18, 2020
@ajcvickers
Copy link
Member

Thanks @eevahr!


## Updating the tools

Use `dotnet tool update --global dotnet-ef` to update the tools to the latest available version, install a specific version by appending `--version <VERSION>` to your command.
Copy link
Member

Choose a reason for hiding this comment

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

It should differentiate between updating global tool vs local tool.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

What is a local tool and how do you update it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Is it referring to running dotnet tool update dotnet-ef without the --global parameter?

Copy link
Member

Choose a reason for hiding this comment

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

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.

3 participants