diff --git a/entity-framework/core/platforms/index.md b/entity-framework/core/platforms/index.md index 81035c0ae3..eadfb08186 100644 --- a/entity-framework/core/platforms/index.md +++ b/entity-framework/core/platforms/index.md @@ -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(1) | 4.5.1 | 4.7.2 | (not supported) | -| Mono | 4.6 | 5.4 | 6.4 | -| Xamarin.iOS(2) | 10.0 | 10.14 | 12.16 | -| Xamarin.Android(2) | 7.0 | 8.0 | 10.0 | -| UWP(3) | 10.0 | 10.0.16299 | TBD | -| Unity(4) | 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(1) | 4.7.2 | (not supported) | 4.7.2 | +| Mono | 5.4 | 6.4 | 5.4 | +| Xamarin.iOS(2) | 10.14 | 12.16 | 10.14 | +| Xamarin.Android(2) | 8.0 | 10.0 | 8.0 | +| UWP(3) | 10.0.16299 | TBD | 10.0.16299 | +| Unity(4) | 2018.1 | TBD | 2018.1 | (1) See the [.NET Framework](#net-framework) section below.