Fix response cookies namespace.

This commit is contained in:
Chris Ross 2014-03-18 10:55:24 -07:00
parent bc43ccbc30
commit b9899fc72a
2 changed files with 2 additions and 2 deletions

View File

@ -2,9 +2,10 @@
using System.Collections.Generic;
using System.Globalization;
using System.Linq;
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions.Infrastructure;
namespace Microsoft.AspNet.Abstractions.Collections
namespace Microsoft.AspNet.PipelineCore.Collections
{
/// <summary>
/// A wrapper for the response Set-Cookie header

View File

@ -1,5 +1,4 @@
using Microsoft.AspNet.Abstractions;
using Microsoft.AspNet.Abstractions.Collections;
using Microsoft.AspNet.FeatureModel;
using Microsoft.AspNet.HttpFeature;
using Microsoft.AspNet.PipelineCore.Collections;