Index: Application/Ringtoets/src/Application.Ringtoets.Storage/App.config =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/src/Application.Ringtoets.Storage/App.config (.../App.config) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/App.config (.../App.config) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -1,4 +1,5 @@ - +
-
- + + - - + + \ No newline at end of file Index: Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj =================================================================== diff -u -r1ad608d6d74fd2ee54be546f1ea368baf4c5db1d -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision 1ad608d6d74fd2ee54be546f1ea368baf4c5db1d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/Application.Ringtoets.Storage.csproj (.../Application.Ringtoets.Storage.csproj) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -8,14 +8,18 @@ - ..\..\..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll + ..\..\..\..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll True + + ..\..\..\..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll + ..\..\..\..\packages\log4net.2.0.4\lib\net40-full\log4net.dll True + Index: Application/Ringtoets/src/Application.Ringtoets.Storage/packages.config =================================================================== diff -u -r1ad608d6d74fd2ee54be546f1ea368baf4c5db1d -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/src/Application.Ringtoets.Storage/packages.config (.../packages.config) (revision 1ad608d6d74fd2ee54be546f1ea368baf4c5db1d) +++ Application/Ringtoets/src/Application.Ringtoets.Storage/packages.config (.../packages.config) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -1,4 +1,5 @@ - - + Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/App.config =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/App.config (.../App.config) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/App.config (.../App.config) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -1,4 +1,5 @@ - -
+ + - + \ No newline at end of file Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj =================================================================== diff -u -r1ad608d6d74fd2ee54be546f1ea368baf4c5db1d -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj (.../Application.Ringtoets.Storage.Test.csproj) (revision 1ad608d6d74fd2ee54be546f1ea368baf4c5db1d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/Application.Ringtoets.Storage.Test.csproj (.../Application.Ringtoets.Storage.Test.csproj) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -8,9 +8,11 @@ - ..\..\..\..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll - True + ..\..\..\..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll + + ..\..\..\..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll + ..\..\..\..\packages\Fluent.Ribbon.3.4.0\lib\net40\Fluent.dll True @@ -26,6 +28,7 @@ True + Index: Application/Ringtoets/test/Application.Ringtoets.Storage.Test/packages.config =================================================================== diff -u -r1ad608d6d74fd2ee54be546f1ea368baf4c5db1d -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/test/Application.Ringtoets.Storage.Test/packages.config (.../packages.config) (revision 1ad608d6d74fd2ee54be546f1ea368baf4c5db1d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.Test/packages.config (.../packages.config) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -22,7 +22,7 @@ All rights reserved. --> - + Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/App.config =================================================================== diff -u -r3fb0df0ed6e64657154700ee7706e035d5bf99f5 -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/App.config (.../App.config) (revision 3fb0df0ed6e64657154700ee7706e035d5bf99f5) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/App.config (.../App.config) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -1,4 +1,5 @@ - -
+ + Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/Application.Ringtoets.Storage.TestUtil.Test.csproj =================================================================== diff -u -r1ad608d6d74fd2ee54be546f1ea368baf4c5db1d -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/Application.Ringtoets.Storage.TestUtil.Test.csproj (.../Application.Ringtoets.Storage.TestUtil.Test.csproj) (revision 1ad608d6d74fd2ee54be546f1ea368baf4c5db1d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/Application.Ringtoets.Storage.TestUtil.Test.csproj (.../Application.Ringtoets.Storage.TestUtil.Test.csproj) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -7,11 +7,18 @@ + + ..\..\..\..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.dll + + + ..\..\..\..\packages\EntityFramework.6.2.0\lib\net40\EntityFramework.SqlServer.dll + ..\..\..\..\packages\NUnit.3.8.1\lib\net40\nunit.framework.dll True + Index: Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/packages.config =================================================================== diff -u -r1ad608d6d74fd2ee54be546f1ea368baf4c5db1d -rac0b7dcbe2ab56baafb95f4907e5f5541ac536a3 --- Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/packages.config (.../packages.config) (revision 1ad608d6d74fd2ee54be546f1ea368baf4c5db1d) +++ Application/Ringtoets/test/Application.Ringtoets.Storage.TestUtil.Test/packages.config (.../packages.config) (revision ac0b7dcbe2ab56baafb95f4907e5f5541ac536a3) @@ -22,7 +22,7 @@ All rights reserved. --> - +