Skip to content

Commit 7df4539

Browse files
committed
do: Added necessary using
1 parent 7032ca8 commit 7df4539

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ dotnet add package Markind.HotChocolate.AzureFunctions.IsolatedProcess
5959
Why Markind? it is the name of the company I am willing to build. It is about to left mark in the earth.
6060
### Program
6161
```csharp
62+
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
63+
6264
var host = new HostBuilder()
6365
.ConfigureFunctionsWorkerDefaults()
6466
.ConfigureServices(s =>{

src/HotChocolate.AzureFunctions.IsolatedProcess/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ dotnet add package Markind.HotChocolate.AzureFunctions.IsolatedProcess
1212
Why Markind? it is the name of the company I am willing to build. It is about to left mark in the earth.
1313
### Program
1414
```csharp
15+
using Microsoft.Azure.Functions.Extensions.DependencyInjection;
16+
1517
var host = new HostBuilder()
1618
.ConfigureFunctionsWorkerDefaults()
1719
.ConfigureServices(s =>{

0 commit comments

Comments
 (0)