Skip to content

Commit f3b9232

Browse files
authored
Update use-feature-flags-dotnet-core.md
1 parent 4097d9a commit f3b9232

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.Azure.AppConfiguration.AspNetCore`and `Microsoft.FeatureManagement.AspNetCore` NuGet packages.
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)