You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-12Lines changed: 4 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -4,23 +4,14 @@ FluentAssertions MVC is a set of MVC focused assertions and helper extensions to
4
4
5
5
## Installation
6
6
7
-
Follow the instructions for the version of MVC you are using. For [MVC 3](#mvc-3) and [4](#mvc-4) just add the NuGet package. [MVC 5](#mvc-5) also requires a binding redirect.
7
+
Add the NuGet package which matches the version of MVC you are using to your test project..
8
8
9
9
### MVC 5
10
10
11
-
Add the [MVC 4][nuget-mvc4] NuGet package to your unit test project:
11
+
Add the [MVC 5][nuget-mvc5] NuGet package to your unit test project:
12
12
13
13
````
14
-
PM> Install-Package FluentAssertions.Mvc4
15
-
````
16
-
17
-
And add the following binding redirect to you test project's ````app.config```` file:
0 commit comments