Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Check and Update .NET 10 Project Templates

List all installed templates, all columns (this will not show update status, though):

dotnet new list --columns-all

Show templates that have updates available, but don’t update them:

dotnet new update --check-only

Update all templates to latest version(s):

dotnet new update