Skip to content

Commit

Permalink
Merge pull request #53 from ErikEJ/patch-2
Browse files Browse the repository at this point in the history
List .NET 4.5.1 as a requirement. (See dotnet/efcore#3517 (comment))
  • Loading branch information
natemcmaster committed Nov 6, 2015
2 parents d5f8910 + 9c2c5eb commit ecff7ee
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/providers/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ EntityFramework.SqlServer

**Database Engine:** Microsoft SQL Server (2008 onwards)

**Platforms:** Full .NET (4.5 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards)
**Platforms:** Full .NET (4.5.1 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards)

.. caution::
Using this provider on Mono will make use of the Mono SQL Client implementation, which has a number of known issues. For example, it does not support secure connections (SSL).
Expand All @@ -31,7 +31,7 @@ EntityFramework.SQLite

**Database Engine:** SQLite (3.7 onwards)

**Platforms:** Full .NET (4.5 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards), Universal Windows Platform (local development only)
**Platforms:** Full .NET (4.5.1 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards), Universal Windows Platform (local development only)

**Status:** `Pre-release EntityFramework.SQLite package on NuGet.org <https://www.nuget.org/packages/EntityFramework.SQLite>`_ that supports the latest EF7 pre-release

Expand All @@ -45,7 +45,7 @@ EntityFramework.InMemory

**Database Engine:** Built-in in-memory database (designed for testing purposes only)

**Platforms:** Full .NET (4.5 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards), Universal Windows Platform (local development only)
**Platforms:** Full .NET (4.5.1 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards), Universal Windows Platform (local development only)

**Status:** `Pre-release EntityFramework.InMemory package on NuGet.org <https://www.nuget.org/packages/EntityFramework.InMemory>`_ that supports the latest EF7 pre-release

Expand All @@ -59,7 +59,7 @@ EntityFramework.SqlServerCompact40

**Database Engine:** SQL Server Compact Edition 4.0

**Platforms:** Full .NET (4.5 onwards), DNX/ASP.NET 5 (dnx451 only)
**Platforms:** Full .NET (4.5.1 onwards), DNX/ASP.NET 5 (dnx451 only)

**Status:** `Pre-release EntityFramework.SqlServerCompact40 package on NuGet.org <https://www.nuget.org/packages/EntityFramework.SqlServerCompact40>`_ that supports the latest EF7 pre-release

Expand All @@ -72,7 +72,7 @@ EntityFramework.SqlServerCompact35

**Database Engine:** SQL Server Compact Edition 3.5

**Platforms:** Full .NET (4.5 onwards), DNX/ASP.NET 5 (dnx451 only)
**Platforms:** Full .NET (4.5.1 onwards), DNX/ASP.NET 5 (dnx451 only)

**Status:** `Pre-release EntityFramework.SqlServerCompact35 package on NuGet.org <https://www.nuget.org/packages/EntityFramework.SqlServerCompact35>`_ that supports the latest EF7 pre-release

Expand All @@ -86,7 +86,7 @@ EntityFramework.Npgsql

**Database Engine:** PostgreSQL

**Platforms:** Full .NET (4.5 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards)
**Platforms:** Full .NET (4.5.1 onwards), DNX/ASP.NET 5 (dnx451 and dnxcore50), Mono (4.2.0 onwards)

**Status:** `Pre-release EntityFramework7.Npgsql package on NuGet.org <https://www.nuget.org/packages/EntityFramework7.Npgsql/>`_ that supports the latest EF7 pre-release

Expand Down

0 comments on commit ecff7ee

Please sign in to comment.