Skip to content

Commit d8948ee

Browse files
update prereq
1 parent 327dedd commit d8948ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ The .NET Feature Management libraries provide idiomatic support for implementing
1818

1919
The Feature Management libraries also manage feature flag lifecycles behind the scenes. For example, the libraries refresh and cache flag states, or guarantee a flag state to be immutable during a request call. In addition, the ASP.NET Core library offers out-of-the-box integrations, including MVC controller actions, views, routes, and middleware.
2020

21-
The [Add feature flags to an ASP.NET Core app Quickstart](./quickstart-feature-flag-aspnet-core.md) shows a simple example of how to use feature flags in an ASP.NET Core application. This tutorial shows additional setup options and capabilities of the Feature Management libraries. You can use the sample app created in the quickstart to try out the sample code shown in this tutorial.
22-
2321
For the ASP.NET Core feature management API reference documentation, see [Microsoft.FeatureManagement Namespace](/dotnet/api/microsoft.featuremanagement).
2422

2523
In this tutorial, you will learn how to:
@@ -30,7 +28,7 @@ In this tutorial, you will learn how to:
3028
3129
## Prerequisites
3230

33-
- [.NET SDK 6.0 or later](https://dotnet.microsoft.com/download)
31+
The [Add feature flags to an ASP.NET Core app Quickstart](./quickstart-feature-flag-aspnet-core.md) shows a simple example of how to use feature flags in an ASP.NET Core application. This tutorial shows additional setup options and capabilities of the Feature Management libraries. You can use the sample app created in the quickstart to try out the sample code shown in this tutorial.
3432

3533
## Set up feature management
3634

0 commit comments

Comments
 (0)