diff --git a/src/Microsoft.AspNet.WebUtilities/StatusCodes.cs b/src/Microsoft.AspNet.Http.Abstractions/StatusCodes.cs similarity index 98% rename from src/Microsoft.AspNet.WebUtilities/StatusCodes.cs rename to src/Microsoft.AspNet.Http.Abstractions/StatusCodes.cs index 70d515f264..ca0d903d87 100644 --- a/src/Microsoft.AspNet.WebUtilities/StatusCodes.cs +++ b/src/Microsoft.AspNet.Http.Abstractions/StatusCodes.cs @@ -1,7 +1,7 @@ // Copyright (c) .NET Foundation. All rights reserved. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. -namespace Microsoft.AspNet.WebUtilities +namespace Microsoft.AspNet.Http { public static class StatusCodes {