Skip to content

Commit cc0f5f1

Browse files
authored
Merge pull request #105941 from lisaguthrie/featuremgmtga
removing --version flag due to GA
2 parents 4a02310 + a162441 commit cc0f5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/quickstart-feature-flag-aspnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ Add the [Secret Manager tool](https://docs.microsoft.com/aspnet/core/security/ap
8989

9090
```dotnetcli
9191
dotnet add package Microsoft.Azure.AppConfiguration.AspNetCore
92-
dotnet add package Microsoft.FeatureManagement.AspNetCore --version 2.0.0-preview-010610001-1263
92+
dotnet add package Microsoft.FeatureManagement.AspNetCore
9393
```
9494

9595
1. Run the following command to restore packages for your project:

0 commit comments

Comments
 (0)