diff --git a/System.Data.SQLite.EF6.Migrations.Test/System.Data.SQLite.EF6.Migrations.Test.csproj b/System.Data.SQLite.EF6.Migrations.Test/System.Data.SQLite.EF6.Migrations.Test.csproj index 6f4b679..0c18b6a 100644 --- a/System.Data.SQLite.EF6.Migrations.Test/System.Data.SQLite.EF6.Migrations.Test.csproj +++ b/System.Data.SQLite.EF6.Migrations.Test/System.Data.SQLite.EF6.Migrations.Test.csproj @@ -1,5 +1,5 @@  - + @@ -32,12 +32,13 @@ AnyCPU - pdbonly + none true bin\Release\ TRACE prompt 4 + false @@ -45,23 +46,25 @@ ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll + True ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll + True - - ..\packages\System.Data.SQLite.Core.1.0.112.2\lib\net40\System.Data.SQLite.dll + + ..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net451\System.Data.SQLite.dll - - ..\packages\System.Data.SQLite.EF6.1.0.112.2\lib\net40\System.Data.SQLite.EF6.dll + + ..\packages\System.Data.SQLite.EF6.1.0.113.0\lib\net451\System.Data.SQLite.EF6.dll - - ..\packages\System.Data.SQLite.Linq.1.0.112.2\lib\net40\System.Data.SQLite.Linq.dll + + ..\packages\System.Data.SQLite.Linq.1.0.113.0\lib\net451\System.Data.SQLite.Linq.dll ..\packages\xunit.abstractions.2.0.3\lib\net35\xunit.abstractions.dll @@ -104,23 +107,22 @@ 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}. - - + - + - \ No newline at end of file diff --git a/System.Data.SQLite.EF6.Migrations.Test/packages.config b/System.Data.SQLite.EF6.Migrations.Test/packages.config index 0f17e58..daa574c 100644 --- a/System.Data.SQLite.EF6.Migrations.Test/packages.config +++ b/System.Data.SQLite.EF6.Migrations.Test/packages.config @@ -1,10 +1,11 @@  - - - - + + + + + diff --git a/System.Data.SQLite.EF6.Migrations/App.config b/System.Data.SQLite.EF6.Migrations/App.config index 6c7e9eb..c51a204 100644 --- a/System.Data.SQLite.EF6.Migrations/App.config +++ b/System.Data.SQLite.EF6.Migrations/App.config @@ -1,32 +1,35 @@ - + -
+
- + - - + + - - + + + + + - - - + + + - + \ No newline at end of file diff --git a/System.Data.SQLite.EF6.Migrations/System.Data.SQLite.EF6.Migrations.csproj b/System.Data.SQLite.EF6.Migrations/System.Data.SQLite.EF6.Migrations.csproj index 1676d88..bca1334 100644 --- a/System.Data.SQLite.EF6.Migrations/System.Data.SQLite.EF6.Migrations.csproj +++ b/System.Data.SQLite.EF6.Migrations/System.Data.SQLite.EF6.Migrations.csproj @@ -1,5 +1,5 @@  - + @@ -10,13 +10,11 @@ Properties System.Data.SQLite.EF6.Migrations System.Data.SQLite.EF6.Migrations - v4.5.1 + v4.0 512 - ..\ - true + true - true @@ -28,7 +26,7 @@ 4 - pdbonly + none true bin\Release\ TRACE @@ -37,27 +35,22 @@ - ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.dll - True + ..\packages\EntityFramework.6.3.0\lib\net40\EntityFramework.dll - ..\packages\EntityFramework.6.3.0\lib\net45\EntityFramework.SqlServer.dll - True + ..\packages\EntityFramework.6.3.0\lib\net40\EntityFramework.SqlServer.dll - - ..\packages\System.Data.SQLite.Core.1.0.112.0\lib\net45\System.Data.SQLite.dll - True + + ..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.113.3\lib\net40\System.Data.SQLite.dll - - ..\packages\System.Data.SQLite.EF6.1.0.112.0\lib\net45\System.Data.SQLite.EF6.dll - True + + ..\packages\System.Data.SQLite.EF6.1.0.113.0\lib\net40\System.Data.SQLite.EF6.dll - - ..\packages\System.Data.SQLite.Linq.1.0.112.0\lib\net45\System.Data.SQLite.Linq.dll - True + + ..\packages\System.Data.SQLite.Linq.1.0.113.0\lib\net40\System.Data.SQLite.Linq.dll @@ -80,23 +73,16 @@ + + 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}. - - - + + + - - - - + \ No newline at end of file diff --git a/System.Data.SQLite.EF6.Migrations/packages.config b/System.Data.SQLite.EF6.Migrations/packages.config index c39f07a..7cf990b 100644 --- a/System.Data.SQLite.EF6.Migrations/packages.config +++ b/System.Data.SQLite.EF6.Migrations/packages.config @@ -1,8 +1,9 @@  - - - - - + + + + + + \ No newline at end of file