Skip to content

Commit 8354395

Browse files
add package version requirement
1 parent 26556c9 commit 8354395

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/azure-app-configuration/quickstart-feature-flag-dotnet.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ You can use Visual Studio to create a new console app project.
5353
Microsoft.FeatureManagement
5454
```
5555
56+
Make sure that the version of `Microsoft.FeatureManagement` is greater than 3.1.0.
57+
5658
1. Open *Program.cs* and add the following statements.
5759
5860
```csharp

0 commit comments

Comments
 (0)