react to IHttpContextAccessor move
This commit is contained in:
parent
3c322b4a06
commit
1723ef0e97
|
|
@ -2,7 +2,7 @@
|
||||||
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
|
||||||
|
|
||||||
using System;
|
using System;
|
||||||
using Microsoft.AspNet.Hosting;
|
using Microsoft.AspNet.Http;
|
||||||
|
|
||||||
namespace RequestServicesWebSite
|
namespace RequestServicesWebSite
|
||||||
{
|
{
|
||||||
|
|
@ -19,4 +19,4 @@ namespace RequestServicesWebSite
|
||||||
|
|
||||||
public string RequestId { get; set; }
|
public string RequestId { get; set; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue