From 071dc67e905d23347ac6b5cc4573972d91dd0ea3 Mon Sep 17 00:00:00 2001 From: Roy Ben-Shabat Date: Thu, 17 Jan 2019 13:32:58 +0200 Subject: Upgraded EF from 6.0 to 6.2 for all projects. Improved EF first load with pre-compiled views and model store. Implemented auto generate views in Tango Build VSIX. --- .../Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/App.config | 4 ++-- .../Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj | 6 +++--- .../Utilities/Tango.SQLiteGenerator.CLI/packages.config | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI') diff --git a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/App.config b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/App.config index a9e16aebe..227d4baa7 100644 --- a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/App.config +++ b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/App.config @@ -1,9 +1,9 @@  - +
- + diff --git a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj index 6ea817dfc..92537ac83 100644 --- a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj +++ b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/Tango.SQLiteGenerator.CLI.csproj @@ -33,10 +33,10 @@ - ..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll + ..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll - ..\..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll + ..\..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll @@ -80,7 +80,7 @@ - + \ No newline at end of file diff --git a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/packages.config b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/packages.config index 9256e1591..b3daf0d6c 100644 --- a/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/packages.config +++ b/Software/Visual_Studio/Utilities/Tango.SQLiteGenerator.CLI/packages.config @@ -1,4 +1,4 @@  - + \ No newline at end of file -- cgit v1.3.1