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.UnitTesting/App.config | 11 ++++++----- .../Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj | 6 +++--- Software/Visual_Studio/Tango.UnitTesting/packages.config | 2 +- 3 files changed, 10 insertions(+), 9 deletions(-) (limited to 'Software/Visual_Studio/Tango.UnitTesting') diff --git a/Software/Visual_Studio/Tango.UnitTesting/App.config b/Software/Visual_Studio/Tango.UnitTesting/App.config index cfe24c788..525a23acf 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/App.config +++ b/Software/Visual_Studio/Tango.UnitTesting/App.config @@ -1,17 +1,17 @@  -
+ - + + - @@ -96,11 +96,12 @@ - + - \ No newline at end of file + + \ No newline at end of file diff --git a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj index f1f2910c1..fa4652899 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj +++ b/Software/Visual_Studio/Tango.UnitTesting/Tango.UnitTesting.csproj @@ -48,10 +48,10 @@ ..\packages\DeepEqual.1.6.0.0\lib\net40\DeepEqual.dll - ..\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 ..\packages\Google.Protobuf.3.4.1\lib\net45\Google.Protobuf.dll @@ -212,7 +212,7 @@ - + \ No newline at end of file diff --git a/Software/Visual_Studio/Tango.UnitTesting/packages.config b/Software/Visual_Studio/Tango.UnitTesting/packages.config index 4d34c7e52..9b8d6e793 100644 --- a/Software/Visual_Studio/Tango.UnitTesting/packages.config +++ b/Software/Visual_Studio/Tango.UnitTesting/packages.config @@ -2,7 +2,7 @@ - + -- cgit v1.3.1