From 0d9c052e4351f9bd1f0a8466287cc60f943372bf Mon Sep 17 00:00:00 2001 From: dougbu Date: Thu, 10 Apr 2014 09:11:44 -0700 Subject: [PATCH] Restore ability to run some tests using CoreCLR - revert part of "Made a few more changes since we have new tooling" - was commit b1fd5cc689eac43a6572aac13307e06feb1831f2 --- .../project.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json b/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json index 360af4761d..be920cdee9 100644 --- a/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json +++ b/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json @@ -25,6 +25,21 @@ "System.Reflection": "", "System.Runtime.Serialization": "" } + }, + "k10" : { + dependencies: { + "System.Collections": "4.0.0.0", + "System.ComponentModel": "4.0.0.0", + "System.Globalization": "4.0.10.0", + "System.Linq": "4.0.0.0", + "System.Reflection": "4.0.10.0", + "System.Runtime": "4.0.20.0", + "System.Runtime.Extensions": "4.0.10.0", + "System.Runtime.Serialization.Primitives": "4.0.0.0", + "System.Threading": "4.0.0.0", + "System.Threading.Tasks": "4.0.10.0", + "System.Threading.Thread": "4.0.0.0" + } } } } \ No newline at end of file