Skip to content

Commit 612471b

Browse files
Merge pull request #266362 from maud-lv/patch-58
Add reference to Microsoft.Azure.AppConfiguration.AspNetCore
2 parents d4976b1 + f3b9232 commit 612471b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/use-feature-flags-dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ In this tutorial, you will learn how to:
3030
3131
## Set up feature management
3232

33-
To access the .NET feature manager, your app must have references to the `Microsoft.FeatureManagement.AspNetCore` NuGet package.
33+
To access the .NET feature manager, your app must have references to the `Microsoft.Azure.AppConfiguration.AspNetCore` and `Microsoft.FeatureManagement.AspNetCore` NuGet packages.
3434

3535
The .NET feature manager is configured from the framework's native configuration system. As a result, you can define your application's feature flag settings by using any configuration source that .NET supports, including the local `appsettings.json` file or environment variables.
3636

0 commit comments

Comments
 (0)