From fab9ffd208a7d16a6f332c23ced18e0bf5a1f3f3 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Mon, 14 Jul 2014 15:22:43 -0700 Subject: [PATCH] Reacting to System.Collections version change --- test/Microsoft.AspNet.Routing.Tests/project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.Routing.Tests/project.json b/test/Microsoft.AspNet.Routing.Tests/project.json index da42df4fea..6f997da88d 100644 --- a/test/Microsoft.AspNet.Routing.Tests/project.json +++ b/test/Microsoft.AspNet.Routing.Tests/project.json @@ -11,7 +11,7 @@ "frameworks": { "k10": { "dependencies": { - "System.Collections": "4.0.0.0", + "System.Collections": "4.0.10.0", "System.Linq": "4.0.0.0", "System.Runtime": "4.0.20.0", "System.Runtime.Extensions": "4.0.10.0",