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

Commit 3237996

Browse files
authored
Remove sdk 6 and 7 from README.md
1 parent bb2d295 commit 3237996

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

Diff for: README.md

+2-6
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ Creates a basic JavaScript-based BFF host that invokes a local API co-hosted wit
2626

2727
Install with:
2828

29-
.NET 6 SDK: `dotnet new --install Duende.IdentityServer.Templates`
30-
31-
.NET 7 SDK: `dotnet new install Duende.IdentityServer.Templates`
29+
`dotnet new install Duende.IdentityServer.Templates`
3230

3331

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

3937
To uninstall the templates, use
4038

41-
.NET 6 SDK: `dotnet new -u Duende.IdentityServer.Templates`
42-
43-
.NET 7 SDK: `dotnet new uninstall Duende.IdentityServer.Templates`
39+
`dotnet new uninstall Duende.IdentityServer.Templates`

0 commit comments

Comments
 (0)