Fix abstractions break in tests.

This commit is contained in:
Chris Ross 2014-08-20 14:33:39 -07:00
parent b9f1586008
commit 76ecb73040
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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",