.net.net-coredotnet-tool

How to update all of my dotnet global tool by one command


I install too many dotnet tool but how to keey they in lastest version. I do not want to update them manual.

I find the github issus: Add dotnet tool update --all option · Issue #10130 · dotnet/sdk


Solution

  • I write a tool that can update all dotnet tool

    Installation

    dotnet tool install --global dotnetCampus.UpdateAllDotNetTools 
    

    Usage

    dotnet updatealltools
    

    dotnet-campus/dotnetCampus.UpdateAllDotNetTools: The dotnet tool that can update all dotnet tools