I saw an awesome tweet on Twitter today:
Turns out, if you've upgraded to .NET Core 3.0, there is a special command just for this! Head over to the .NET Core Docs and look for these two options at the bottom:
dotnet new --update-check
Checks if there are updates available for the template packs that are currently installed. Available since .NET Core 3.0 SDK.
dotnet new --update-apply
Checks if there are updates available for the template packs that are currently installed and installs them. Available since .NET Core 3.0 SDK.
Join the thousands of developers who have already taken their first steps into building real-time web applications with SignalR.