diff --git a/source/Loggly.Tests/Loggly.Tests.csproj b/source/Loggly.Tests/Loggly.Tests.csproj index 9be19a4..59a7dcb 100644 --- a/source/Loggly.Tests/Loggly.Tests.csproj +++ b/source/Loggly.Tests/Loggly.Tests.csproj @@ -31,6 +31,10 @@ 4 + + ..\..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll + True + ..\..\packages\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.dll True @@ -47,8 +51,9 @@ ..\..\packages\NUnit3TestAdapter.3.4.1\lib\Mono.Cecil.Rocks.dll True - - ..\..\packages\Moq.4.2.1409.1722\lib\net40\Moq.dll + + ..\..\packages\Moq.4.6.38-alpha\lib\net45\Moq.dll + True ..\..\packages\NUnit3TestAdapter.3.4.1\lib\nunit.engine.dll diff --git a/source/Loggly.Tests/packages.config b/source/Loggly.Tests/packages.config index 65255b1..8e49855 100644 --- a/source/Loggly.Tests/packages.config +++ b/source/Loggly.Tests/packages.config @@ -1,6 +1,7 @@  - + + diff --git a/source/NetStandard/Loggly.Tests/project.json b/source/NetStandard/Loggly.Tests/project.json index e01100c..75639f4 100644 --- a/source/NetStandard/Loggly.Tests/project.json +++ b/source/NetStandard/Loggly.Tests/project.json @@ -8,9 +8,9 @@ "testRunner": "nunit", "dependencies": { "Loggly": { "target": "project", "version": "" }, - "Moq": "4.6.36-alpha", "NUnit": "3.4.1", - "dotnet-test-nunit": "3.4.0-beta-2" + "dotnet-test-nunit": "3.4.0-beta-2", + "Moq": "4.6.38-alpha" }, "frameworks": { "netcoreapp1.0": {