From cb008ecba899f9a39fb2821f166dc1a391ec6c29 Mon Sep 17 00:00:00 2001 From: "Mark J. Price" Date: Tue, 8 Nov 2022 16:35:30 +0000 Subject: [PATCH] Update to EF Core 7 GA --- .../Northwind.Common.DataContext.Sqlite.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vscode/PracticalApps/Northwind.Common.DataContext.Sqlite/Northwind.Common.DataContext.Sqlite.csproj b/vscode/PracticalApps/Northwind.Common.DataContext.Sqlite/Northwind.Common.DataContext.Sqlite.csproj index e8143e2..76ae66e 100644 --- a/vscode/PracticalApps/Northwind.Common.DataContext.Sqlite/Northwind.Common.DataContext.Sqlite.csproj +++ b/vscode/PracticalApps/Northwind.Common.DataContext.Sqlite/Northwind.Common.DataContext.Sqlite.csproj @@ -12,7 +12,7 @@ + Include="Microsoft.EntityFrameworkCore.SQLite" Version="7.0.0" />