2017-03-03 08:50:36 +08:00
---
2020-06-27 04:07:09 +08:00
title: ASP.NET Core and Entity Framework 6
2018-05-13 07:55:26 +08:00
author: rick-anderson
2020-06-27 04:07:09 +08:00
description: Entity Framework 6.3 and later works with ASP.NET Core 3.1 and later.
2019-08-22 23:46:35 +08:00
ms.author: riande
2018-10-25 03:26:16 +08:00
ms.custom: mvc
2020-06-27 04:07:09 +08:00
ms.date: 7/24/2020
no-loc: [Blazor, "Identity", "Let's Encrypt", Razor, SignalR]
2016-10-29 01:35:15 +08:00
uid: data/entity-framework-6
---
2020-06-27 04:07:09 +08:00
# ASP.NET Core and Entity Framework 6
2016-10-29 01:35:15 +08:00
2020-06-27 04:07:09 +08:00
[Entity Framework ](/ef/ef6/ ) 6.3 and later works with ASP.NET Core 3.1 and later. For more information, see the blog post [Announcing Entity Framework 6.3 with .NET Core Support ](https://devblogs.microsoft.com/dotnet/announcing-entity-framework-6-3-preview-with-net-core-support/ ).
2016-10-29 01:35:15 +08:00
2018-01-28 04:21:42 +08:00
## Additional resources
2016-10-29 01:35:15 +08:00
2020-06-27 04:07:09 +08:00
* [Entity Framework - Code-Based Configuration ](/ef6/fundamentals/configuring/code-based )