diff --git a/test/Microsoft.Framework.Localization.Test/project.json b/test/Microsoft.Framework.Localization.Test/project.json index 363986e497..a16410ca8e 100644 --- a/test/Microsoft.Framework.Localization.Test/project.json +++ b/test/Microsoft.Framework.Localization.Test/project.json @@ -1,17 +1,19 @@ { "dependencies": { - "xunit": "2.1.0-*", - "xunit.runner.dnx": "2.1.0-*", - "Microsoft.Framework.Localization": "1.0.0-*", - "System.Reflection": "4.0.10-beta-*" + "xunit.runner.aspnet": "2.0.0-aspnet-*", + "Microsoft.Framework.Localization": "1.0.0-*" }, "commands": { - "test": "xunit.runner.dnx" + "test": "xunit.runner.aspnet" }, "frameworks": { "dnx451": { }, - "dnxcore50": { } + "dnxcore50": { + "dependencies": { + "System.Reflection": "4.0.10-beta-*" + } + } } }