.NET tools are programs distributed via NuGet that can be installed globally or locally using the .NET SDK. When authoring tools, developers face challenges around supporting multiple .NET runtime versions through multi-targeting or using RollForward configuration. Local tools use a dotnet-tools.json manifest for version
Table of contents
What are .NET tools?Working with local toolsEnsuring compatibility by multi-targetingConfiguring your tools to roll forwardHandy dotnet tool tipsSummary2 Comments
Sort: