IdentityServer / IdentityServer4.Templates

dotnet new templates for IdentityServer4
Apache License 2.0
695 stars 229 forks source link

"dotnet new is4ui" not working #88

Closed Banyc closed 1 year ago

Banyc commented 4 years ago

Issue / Steps to reproduce the problem

Under .NET Core 3.1:

  1. Run dotnet new is4empty.
  2. Run dotnet new is4ui on that project.
  3. No UI is applied. Nothing happens.