Skip to content

Commit 3c5b3dc

Browse files
authored
Update functions-dotnet-dependency-injection.md
While going through code snippet, I found a minor issue, which can cause issue to other who copy code from here.
1 parent 23f509f commit 3c5b3dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

articles/azure-functions/functions-dotnet-dependency-injection.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ using Microsoft.Azure.WebJobs;
8080
using Microsoft.Azure.WebJobs.Extensions.Http;
8181
using Microsoft.AspNetCore.Http;
8282
using Microsoft.Extensions.Logging;
83+
using System.Net.Http;
8384

8485
namespace MyNamespace
8586
{

0 commit comments

Comments
 (0)