Closed PratyushKing closed 6 months ago
Dotnet seems to be updated and doesn't support dotnet new install but rather shows to be using dotnet new -i so that's what I changed in the Makefile, it works now!
dotnet new install
dotnet new -i
Dotnet seems to be updated and doesn't support
dotnet new install
but rather shows to be usingdotnet new -i
so that's what I changed in the Makefile, it works now!