AspNetCore.Docs/aspnetcore/data/entity-framework-6.md

18 lines
736 B
Markdown
Raw Normal View History

---
title: ASP.NET Core and Entity Framework 6
author: rick-anderson
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
ms.custom: mvc
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
---
# ASP.NET Core and Entity Framework 6
2016-10-29 01:35:15 +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
## Additional resources
2016-10-29 01:35:15 +08:00
* [Entity Framework - Code-Based Configuration](/ef6/fundamentals/configuring/code-based)