From 3859d2f5bcca53d3ddf92bdecfb9f355f72a1722 Mon Sep 17 00:00:00 2001 From: Alexandros Kritikos Date: Mon, 16 Jun 2025 22:53:39 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Updates=20readme?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index bc10e2a..c0f4a6c 100644 --- a/README.md +++ b/README.md @@ -24,4 +24,7 @@ git pull template main > Keep in mind that until the dotnet toolset handles generating new projects correctly, you will need to edit new csproj files and remove Version attributes from PackageReference entries. For more details consult [Central Package Management]. +> Provided props files allow compiled models with EF Core 9+, to use them install `Microsoft.EntityFrameworkCore.Tasks` on all projects containing DbContext classes. (Not yet suited for production use, consult [Entity Framework Core MSBuild integration]). + [Central Package Management]: https://learn.microsoft.com/en-us/nuget/consume-packages/central-package-management +[Entity Framework Core MSBuild integration]: https://learn.microsoft.com/en-us/ef/core/cli/msbuild