react to IHttpContextAccessor move

This commit is contained in:
anurse 2015-08-12 19:07:24 -07:00
parent 3c322b4a06
commit 1723ef0e97
1 changed files with 2 additions and 2 deletions

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;
using Microsoft.AspNet.Hosting;
using Microsoft.AspNet.Http;
namespace RequestServicesWebSite
{
@ -19,4 +19,4 @@ namespace RequestServicesWebSite
public string RequestId { get; set; }
}
}
}