Skip to content

Commit

Permalink
Update framework table for 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bricelam committed Jan 6, 2020
1 parent 910e9c6 commit e4291b1
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions entity-framework/core/platforms/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ We want EF Core to be available to developers on all modern .NET implementations

The following table provides guidance for each .NET implementation:

| EF Core | 1.x | 2.x | 3.x |
|:------------------------------|:-------|:-----------|:----------------|
| .NET Standard | 1.3 | 2.0 | 2.1 |
| .NET Core | 1.0 | 2.0 | 3.0 |
| .NET Framework<sup>(1)</sup> | 4.5.1 | 4.7.2 | (not supported) |
| Mono | 4.6 | 5.4 | 6.4 |
| Xamarin.iOS<sup>(2)</sup> | 10.0 | 10.14 | 12.16 |
| Xamarin.Android<sup>(2)</sup> | 7.0 | 8.0 | 10.0 |
| UWP<sup>(3)</sup> | 10.0 | 10.0.16299 | TBD |
| Unity<sup>(4)</sup> | 2018.1 | 2018.1 | TBD |
| EF Core | 2.x | 3.0 | 3.1 |
|:------------------------------|:-----------|:----------------|:---------- |
| .NET Standard | 2.0 | 2.1 | 2.0 |
| .NET Core | 2.0 | 3.0 | 2.0 |
| .NET Framework<sup>(1)</sup> | 4.7.2 | (not supported) | 4.7.2 |
| Mono | 5.4 | 6.4 | 5.4 |
| Xamarin.iOS<sup>(2)</sup> | 10.14 | 12.16 | 10.14 |
| Xamarin.Android<sup>(2)</sup> | 8.0 | 10.0 | 8.0 |
| UWP<sup>(3)</sup> | 10.0.16299 | TBD | 10.0.16299 |
| Unity<sup>(4)</sup> | 2018.1 | TBD | 2018.1 |

<sup>(1)</sup> See the [.NET Framework](#net-framework) section below.

Expand Down

0 comments on commit e4291b1

Please sign in to comment.