Skip to content

Commit e8e531e

Browse files
committed
update Flagd provider import path in .NET SDK tutorial
Signed-off-by: André Silva <[email protected]>
1 parent 13d2d90 commit e8e531e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/getting-started/dotnet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ Finally, let's add the required code change to enable the flagd provider in our
174174
using Microsoft.AspNetCore.Mvc;
175175
using OpenFeature;
176176
//diff-add-block-start
177-
using OpenFeature.Contrib.Providers.Flagd.DependencyInjection;
177+
using OpenFeature.DependencyInjection.Providers.Flagd;
178178
//diff-add-block-end
179179
//diff-remove-block-start
180180
using OpenFeature.Providers.Memory;

0 commit comments

Comments
 (0)