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. --- Software/Visual_Studio/Tango.Synchronization/App.config | 17 +++++++++++------ .../Tango.Synchronization/Tango.Synchronization.csproj | 6 +++--- .../Visual_Studio/Tango.Synchronization/packages.config | 2 +- 3 files changed, 15 insertions(+), 10 deletions(-) (limited to 'Software/Visual_Studio/Tango.Synchronization') diff --git a/Software/Visual_Studio/Tango.Synchronization/App.config b/Software/Visual_Studio/Tango.Synchronization/App.config index 92a8cb719..e5d26b65a 100644 --- a/Software/Visual_Studio/Tango.Synchronization/App.config +++ b/Software/Visual_Studio/Tango.Synchronization/App.config @@ -1,8 +1,8 @@  -
+ @@ -11,14 +11,19 @@ - + - - + + + + - - + + + + + \ No newline at end of file diff --git a/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj b/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj index e74eafcf1..3fea4faf5 100644 --- a/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj +++ b/Software/Visual_Studio/Tango.Synchronization/Tango.Synchronization.csproj @@ -34,10 +34,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 @@ -126,7 +126,7 @@ - + \ No newline at end of file diff --git a/Software/Visual_Studio/Tango.Synchronization/packages.config b/Software/Visual_Studio/Tango.Synchronization/packages.config index 104de3468..4d5b3dd74 100644 --- a/Software/Visual_Studio/Tango.Synchronization/packages.config +++ b/Software/Visual_Studio/Tango.Synchronization/packages.config @@ -1,6 +1,6 @@  - + -- cgit v1.3.1