From 6f3d77f850e110487787908731ab6c98c2c7ec3a Mon Sep 17 00:00:00 2001 From: Andrew Arnott Date: Sun, 9 Oct 2016 12:59:09 -0700 Subject: [PATCH] Fix msbuild warning about dependent assembly version conflicts --- src/GitLink.Tests/project.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GitLink.Tests/project.json b/src/GitLink.Tests/project.json index ba90913..556abd5 100644 --- a/src/GitLink.Tests/project.json +++ b/src/GitLink.Tests/project.json @@ -1,6 +1,7 @@ { "dependencies": { "ApprovalTests": "3.0.8", + "ApprovalUtilities": "3.0.8", "NUnit": "3.5.0", "NUnit3TestAdapter": "3.4.1" },