Skip to content

Commit a162441

Browse files
committed
removing --version flag due to GA
1 parent 4264dc1 commit a162441

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)