From c8d2b635fc501a119283c78572c09de70be67af5 Mon Sep 17 00:00:00 2001 From: James Kolpack Date: Thu, 21 Nov 2019 13:44:29 -0500 Subject: [PATCH] Update Entity Framework to 6.3 --- Core/App.config | 6 +++--- Core/Core.csproj | 15 +++++++++++++-- Core/packages.config | 2 +- WebCms/Web.config | 5 +++-- WebCms/WebCms.csproj | 8 ++++++-- WebCms/packages.config | 2 +- 6 files changed, 27 insertions(+), 11 deletions(-) diff --git a/Core/App.config b/Core/App.config index 88b8ae7..68a28ce 100644 --- a/Core/App.config +++ b/Core/App.config @@ -1,9 +1,9 @@  - -
- + +
+ diff --git a/Core/Core.csproj b/Core/Core.csproj index 6a64deb..2686c29 100644 --- a/Core/Core.csproj +++ b/Core/Core.csproj @@ -1,5 +1,6 @@  + Debug @@ -11,6 +12,8 @@ Core v4.5 512 + + true @@ -40,10 +43,10 @@ ..\packages\CsvHelper.12.2.1\lib\net45\CsvHelper.dll - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll + ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll + ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll ..\packages\fasterflect.2.1.3\lib\net40\Fasterflect.dll @@ -197,6 +200,14 @@ + + + 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 b067f59..6260933 100644 --- a/WebCms/WebCms.csproj +++ b/WebCms/WebCms.csproj @@ -1,5 +1,6 @@  + @@ -84,10 +85,10 @@ True - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll + ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll - ..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll + ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll ..\packages\Examine.0.1.89\lib\net45\Examine.dll @@ -980,10 +981,13 @@ + + +