Skip to content

Commit 5e4b2ed

Browse files
committed
Fix table
1 parent 743a317 commit 5e4b2ed

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

entity-framework/core/miscellaneous/platforms.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ We want EF Core to be available to developers on all modern .NET implementations
1212

1313
Several older .NET implementations are no longer supported. See the sections below for more guidance.
1414

15-
| EF Core | .NET | .NET Standard | .NET Framework |
16-
|-------------------|----|---------------|----------------|
15+
| EF Core | .NET & .NET Core | .NET Standard | .NET Framework |
16+
|------------------ | ---------------- | ------------- | -------------- |
1717
| **9.0** | 8.0 | | |
1818
| **8.0** | 8.0 | | |
1919
| ~~**7.0**~~ (EOL) | 6.0 | | |

entity-framework/core/what-is-new/ef-core-10.0/whatsnew.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ See [#12793](https://github.com/dotnet/efcore/issues/12793) and [#35367](https:/
152152
- Optimize use of `Count` operation on `ICollection<T>` ([#35381](https://github.com/dotnet/efcore/pull/35381), contributed by [@ChrisJollyAU](https://github.com/ChrisJollyAU)).
153153
- Optimize `MIN`/`MAX` over `DISTINCT` ([#34699](https://github.com/dotnet/efcore/pull/34699), contributed by [@ranma42](https://github.com/ranma42)).
154154
- Translate date/time functions using `DatePart.Microsecond` and `DatePart.Nanosecond` arguments ([#34861](https://github.com/dotnet/efcore/pull/34861)).
155-
- Simplify parameter names (e.g. from `@__city_0` to `city`) ([#35200](https://github.com/dotnet/efcore/pull/35200)).
155+
- Simplify parameter names (e.g. from `@__city_0` to `@city`) ([#35200](https://github.com/dotnet/efcore/pull/35200)).
156156
- Translate `COALESCE` as `ISNULL` on SQL Server, for most cases ([#34171](https://github.com/dotnet/efcore/pull/34171), contributed by [@ranma42](https://github.com/ranma42)).
157157
- Support some string functions taking `char` as arguments ([#34999](https://github.com/dotnet/efcore/pull/34999), contributed by [@ChrisJollyAU](https://github.com/ChrisJollyAU)).
158158
- Support `MAX`/`MIN`/`ORDER BY` using `decimal` on SQLite ([#35606](https://github.com/dotnet/efcore/pull/35606), contributed by [@ranma42](https://github.com/ranma42)).

0 commit comments

Comments
 (0)