From 87578fd2c429beba5e651b20013fe9a54377c9b1 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Mon, 9 Dec 2019 23:27:44 -0500 Subject: [PATCH] Upgrade to Entity framework 6.4 --- Core/Core.csproj | 12 ++++++------ Core/packages.config | 2 +- WebCms/Web.config | 5 +++-- WebCms/WebCms.csproj | 12 ++++++------ WebCms/packages.config | 2 +- 5 files changed, 17 insertions(+), 16 deletions(-) diff --git a/Core/Core.csproj b/Core/Core.csproj index a1fab30..bd9d327 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -1,6 +1,6 @@  - + Debug @@ -43,10 +43,10 @@ ..\packages\CsvHelper.12.2.1\lib\net45\CsvHelper.dll - ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll + ..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.dll - ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll + ..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.SqlServer.dll ..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll @@ -204,10 +204,10 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - +
-
- + +
+ diff --git a/WebCms/WebCms.csproj b/WebCms/WebCms.csproj index 7c984d6..5353293 100644 --- a/WebCms/WebCms.csproj +++ b/WebCms/WebCms.csproj @@ -1,10 +1,10 @@  + - Debug @@ -85,10 +85,10 @@ True - ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll + ..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.dll - ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll + ..\packages\EntityFramework.6.4.0\lib\net45\EntityFramework.SqlServer.dll ..\packages\Examine.0.1.90\lib\net45\Examine.dll @@ -1164,17 +1164,17 @@ This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}. - - + + - +