Skip to content

Commit 1723ef0

Browse files
committed
react to IHttpContextAccessor move
1 parent 3c322b4 commit 1723ef0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/WebSites/RequestServicesWebSite/RequestIdService.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

44
using System;
5-
using Microsoft.AspNet.Hosting;
5+
using Microsoft.AspNet.Http;
66

77
namespace RequestServicesWebSite
88
{
@@ -19,4 +19,4 @@ public RequestIdService(IServiceProvider services, IHttpContextAccessor contextA
1919

2020
public string RequestId { get; set; }
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)