Skip to content

Commit d6b2410

Browse files
authored
Add MVC Core to readme
1 parent 5114ced commit d6b2410

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,20 @@
11
# Project Description
22
[![Build status](https://ci.appveyor.com/api/projects/status/wlt5yp8m66y9rw4f?svg=true)](https://ci.appveyor.com/project/kevinkuszyk/fluentassertions-mvc)
33

4-
FluentAssertions MVC is a set of MVC focused assertions and helper extensions to the excellent [FluentAssertions][fa-home] library.
4+
Fluent Assertions for MVC is a set of MVC focused assertions and helper extensions to the excellent [Fluent Assertions][fa-home] library.
55

66
## Installation
77

88
Add the NuGet package which matches the version of MVC you are using to your test project.
99

10+
### MVC Core
11+
12+
Add the [MVC Core][nuget-mvc-core] NuGet package to your unit test project:
13+
14+
````
15+
PM> FluentAssertions.AspNetCore.Mvc -Pre
16+
````
17+
1018
### MVC 5
1119

1220
Add the [MVC 5][nuget-mvc5] NuGet package to your unit test project:
@@ -56,3 +64,4 @@ public void Index_Action_Returns_View()
5664
[nuget-mvc3]: https://www.nuget.org/packages/FluentAssertions.Mvc3
5765
[nuget-mvc4]: https://www.nuget.org/packages/FluentAssertions.Mvc4
5866
[nuget-mvc5]: https://www.nuget.org/packages/FluentAssertions.Mvc5
67+
[nuget-mvc-core]: https://www.nuget.org/packages/FluentAssertions.AspNetCore.Mvc

0 commit comments

Comments
 (0)