From f156ac25bee65c97f83e77ff441db809a6d2b50c Mon Sep 17 00:00:00 2001 From: Dean Herbert Date: Sat, 29 Oct 2016 04:17:56 +0900 Subject: [PATCH] Fix nunit hint path. --- osu.Game.Tests/osu.Game.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game.Tests/osu.Game.Tests.csproj b/osu.Game.Tests/osu.Game.Tests.csproj index 04c09b3a2c..af6fa91661 100644 --- a/osu.Game.Tests/osu.Game.Tests.csproj +++ b/osu.Game.Tests/osu.Game.Tests.csproj @@ -33,7 +33,7 @@ - $(SolutionDir)\packages\NUnit.2.6.4\lib\nunit.framework.dll + $(SolutionDir)\packages\NUnit.3.5.0\lib\nunit.framework.dll $(SolutionDir)\packages\ppy.OpenTK.2.0.50727.1339\lib\net45\OpenTK.dll