We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04569dc commit 038035dCopy full SHA for 038035d
README.md
@@ -20,9 +20,10 @@ ASP.NET SessionState Provider
20
## Requirements
21
22
* You'll need .NET Framework 4.5 or later to use the precompiled binaries.
23
-* To build the client, you'll need Visual Studio > 2012 with MVC 4 to compile.
+* To build the client, you'll need Visual Studio > 2012 with MVC 5 to compile.
24
* The Nuget package for [Couchbase.NetClient 2.2.X](http://nuget.org/packages/CouchbaseNetClient) is referenced by Couchbase.AspNet
25
* Couchbase Server 2.5 or greater
26
+* Unit tests - Download NUnit3 Test Adapter extension in order to run and test the Unit tests.
27
28
## Application Startup
29
0 commit comments