Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Commit

Permalink
Remove sdk 6 and 7 from README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josephdecock authored Feb 14, 2024
1 parent bb2d295 commit 3237996
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ Creates a basic JavaScript-based BFF host that invokes a local API co-hosted wit

Install with:

.NET 6 SDK: `dotnet new --install Duende.IdentityServer.Templates`

.NET 7 SDK: `dotnet new install Duende.IdentityServer.Templates`
`dotnet new install Duende.IdentityServer.Templates`


If you need to set back your dotnet new list to "factory defaults", use this command:
Expand All @@ -38,6 +36,4 @@ If you need to set back your dotnet new list to "factory defaults", use this com

To uninstall the templates, use

.NET 6 SDK: `dotnet new -u Duende.IdentityServer.Templates`

.NET 7 SDK: `dotnet new uninstall Duende.IdentityServer.Templates`
`dotnet new uninstall Duende.IdentityServer.Templates`

0 comments on commit 3237996

Please sign in to comment.