React to HtmlAbstractions namespace rename

This commit is contained in:
Pranav K 2015-12-02 10:30:01 -08:00
parent daf16ad184
commit 463e8f9473
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
using System;
using System.Diagnostics;
using System.Threading.Tasks;
using Microsoft.AspNet.Html.Abstractions;
using Microsoft.AspNet.Html;
using Microsoft.AspNet.Http;
using Microsoft.Extensions.OptionsModel;

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System.Threading.Tasks;
using Microsoft.AspNet.Html.Abstractions;
using Microsoft.AspNet.Html;
using Microsoft.AspNet.Http;
namespace Microsoft.AspNet.Antiforgery

View File

@ -5,7 +5,7 @@ using System;
using System.IO;
using System.Security.Claims;
using System.Threading.Tasks;
using Microsoft.AspNet.Html.Abstractions;
using Microsoft.AspNet.Html;
using Microsoft.AspNet.Http;
using Microsoft.AspNet.Http.Internal;
using Microsoft.Extensions.OptionsModel;