Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Daddoon authored Apr 24, 2023
1 parent 887ebee commit 1945878
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Blazor server-side Polyfills and fixes for **Internet Explorer 11** & **Edge Leg

# INSTALLATION

## .NET 5.0 / .NET 6.0
## .NET 5.0 / .NET 6.0 / .NET 7.0

### Installation

Expand All @@ -29,13 +29,18 @@ Blazor server-side Polyfills and fixes for **Internet Explorer 11** & **Edge Leg


- Install the **BlazorPolyfill.Server** package interactively from the NuGet Package manager in Visual Studio.
- If installing for **.NET 6.x**, please install the **6.0.100** version.
- If installing for **.NET 7.x**, please install the **7.0.203** version.
- If installing for **.NET 6.x**, please install the **6.0.200** version.
- If installing for **.NET 5.x**, please install the **5.0.102** version.
- **Or** install it from the Package Manager CLI with this command:
- For **.NET 6.x**
- For **.NET 7.x**
```
Install-Package BlazorPolyfill.Server
```
- For **.NET 6.x**
```
Install-Package BlazorPolyfill.Server -Version 6.0.200
```
- For **.NET 5.x**
```
Install-Package BlazorPolyfill.Server -Version 5.0.102
Expand Down

0 comments on commit 1945878

Please sign in to comment.