IdentityServer4.Templates
IdentityServer4.Templates copied to clipboard
"dotnet new is4ui" not working
Issue / Steps to reproduce the problem
Under .NET Core 3.1:
- Run
dotnet new is4empty
. - Run
dotnet new is4ui
on that project. - No UI is applied. Nothing happens.