From f69c6497a7795af52df9daeaaac22e7992fa77ff Mon Sep 17 00:00:00 2001 From: Tom Rosenfeld Date: Mon, 18 Jun 2018 12:15:51 +0300 Subject: [PATCH] fix build - there was a mismatch between the mongo dependencies in the csproj and the packages.config file --- MyTaskListApp/MyTaskListApp.csproj | 19 ++++++------------- 1 file changed, 6 insertions(+), 13 deletions(-) diff --git a/MyTaskListApp/MyTaskListApp.csproj b/MyTaskListApp/MyTaskListApp.csproj index 88f85c6..95e86c8 100644 --- a/MyTaskListApp/MyTaskListApp.csproj +++ b/MyTaskListApp/MyTaskListApp.csproj @@ -78,21 +78,14 @@ True - - ..\packages\MongoDB.Bson.2.4.0\lib\net45\MongoDB.Bson.dll - True + + ..\packages\MongoDB.Bson.2.6.1\lib\net45\MongoDB.Bson.dll - - ..\packages\MongoDB.Driver.2.3.0\lib\net45\MongoDB.Driver.dll - True + + ..\packages\MongoDB.Driver.2.6.1\lib\net45\MongoDB.Driver.dll - - ..\packages\MongoDB.Driver.Core.2.3.0\lib\net45\MongoDB.Driver.Core.dll - True - - - ..\packages\mongocsharpdriver.2.3.0\lib\net45\MongoDB.Driver.Legacy.dll - True + + ..\packages\MongoDB.Driver.Core.2.6.1\lib\net45\MongoDB.Driver.Core.dll