Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lecaillon authored Jun 5, 2019
1 parent ec803f9 commit 791d29e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ Cassette is available as a single [NuGet package](https://www.nuget.org/packages
Install-Package Cassette.Http
```

### Requirement
- **.NET Core 2+** or **.NET 4.6.1+** since Cassette targets .NET Standard 2.0
- A registered implementation of `IDistributedCache` because the `ReplayingHandler` has a dependency on it.

### Usage
Most of the time Cassette will have to be configured both in your application as well as in the associated test project.

Expand Down

0 comments on commit 791d29e

Please sign in to comment.