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