From c719ed45982a607cb2d96cded6199c7b703015f3 Mon Sep 17 00:00:00 2001 From: benrr101 Date: Fri, 19 Aug 2016 15:42:05 -0700 Subject: [PATCH] Moving to official moq version --- test/Microsoft.SqlTools.ServiceLayer.Test/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json index 23c97d0b..882f0af5 100644 --- a/test/Microsoft.SqlTools.ServiceLayer.Test/project.json +++ b/test/Microsoft.SqlTools.ServiceLayer.Test/project.json @@ -11,7 +11,7 @@ "System.Data.SqlClient": "4.1.0", "xunit": "2.1.0", "dotnet-test-xunit": "1.0.0-rc2-192208-24", - "moq.netcore": "4.4.0-beta8", + "moq": "4.6.36-alpha", "Microsoft.SqlTools.ServiceLayer": { "target": "project" },