From 76ecb73040b3e8514ce5e7ff0c239b6ab255d91b Mon Sep 17 00:00:00 2001 From: Chris Ross Date: Wed, 20 Aug 2014 14:33:39 -0700 Subject: [PATCH] Fix abstractions break in tests. --- .../ReadableStringCollectionValueProviderTests.cs | 2 +- test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Microsoft.AspNet.Mvc.ModelBinding.Test/ValueProviders/ReadableStringCollectionValueProviderTests.cs b/test/Microsoft.AspNet.Mvc.ModelBinding.Test/ValueProviders/ReadableStringCollectionValueProviderTests.cs index 6effc3caa4..7ccc996fc8 100644 --- a/test/Microsoft.AspNet.Mvc.ModelBinding.Test/ValueProviders/ReadableStringCollectionValueProviderTests.cs +++ b/test/Microsoft.AspNet.Mvc.ModelBinding.Test/ValueProviders/ReadableStringCollectionValueProviderTests.cs @@ -6,7 +6,7 @@ using System.Globalization; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNet.Http; -using Microsoft.AspNet.PipelineCore.Collections; +using Microsoft.AspNet.WebUtilities.Collections; using Xunit; namespace Microsoft.AspNet.Mvc.ModelBinding.Test diff --git a/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json b/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json index d03b434a9e..2aaab60a26 100644 --- a/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json +++ b/test/Microsoft.AspNet.Mvc.ModelBinding.Test/project.json @@ -8,6 +8,7 @@ "Microsoft.AspNet.PipelineCore": "1.0.0-*", "Microsoft.AspNet.Routing": "1.0.0-*", "Microsoft.AspNet.Testing": "1.0.0-*", + "Microsoft.AspNet.WebUtilities": "1.0.0-*", "Microsoft.DataAnnotations" : "1.0.0-*", "Microsoft.Framework.DependencyInjection": "1.0.0-*", "Moq": "4.2.1312.1622",