Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianEdwards committed Dec 15, 2022
1 parent 6fa17ff commit c752d5c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core (all ver
## Included Tag Helpers & Examples
See the examples page at https://taghelperpack.net

Supports ASP.NET Core 3.1.x, 5.0.x, and 6.0.x. Also supports ASP.NET Core 2.1.x when running on .NET Framework 4.7.1 or higher.
Supports ASP.NET Core 6.0.x and 7.0.x. Also supports ASP.NET Core 2.1.x when running on .NET Framework 4.7.1 or higher.

## Installing
1. Add a reference to the package from the cmd line:
```shell
MyGreatProject> dotnet add package TagHelperPack --prerelease
MyGreatProject> dotnet add package TagHelperPack
```
1. Restore:
```shell
Expand Down

0 comments on commit c752d5c

Please sign in to comment.