Skip to content

Commit 4532688

Browse files
committed
Make EF Core 3.1 the mitigation for 3.0 not supporting .NET Standard 2.0
Fixes #2034
1 parent 61477f4 commit 4532688

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

entity-framework/core/what-is-new/ef-core-3.0/breaking-changes.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,9 @@ If a query can't be fully translated, then either rewrite the query in a form th
104104

105105
[Tracking Issue #15498](https://github.com/aspnet/EntityFrameworkCore/issues/15498)
106106

107+
> [!IMPORTANT]
108+
> EF Core 3.1 targets .NET Standard 2.0 again. This brings back support for .NET Framework.
109+
107110
**Old behavior**
108111

109112
Before 3.0, EF Core targeted .NET Standard 2.0 and would run on all platforms that support that standard, including .NET Framework.
@@ -118,7 +121,7 @@ This is part of a strategic decision across .NET technologies to focus energy on
118121

119122
**Mitigations**
120123

121-
Consider moving to a modern .NET platform. If this is not possible, then continue to use EF Core 2.1 or EF Core 2.2, both of which support .NET Framework.
124+
Use EF Core 3.1.
122125

123126
<a name="no-longer"></a>
124127
### Entity Framework Core is no longer part of the ASP.NET Core shared framework

0 commit comments

Comments
 (0)