Skip to content

Commit 43a33ee

Browse files
authored
Merge pull request #113418 from abhilasharora/abarora/update-netfx-doc
Update .NET Framework Quickstart
2 parents ba60937 + b79244e commit 43a33ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ In this quickstart, you incorporate Azure App Configuration into a .NET Framewor
4646

4747
## Connect to an App Configuration store
4848

49-
1. Right-click your project, and select **Manage NuGet Packages**. On the **Browse** tab, search and add the following NuGet packages to your project. If you can't find them, select the **Include prerelease** check box.
49+
1. Right-click your project, and select **Manage NuGet Packages**. On the **Browse** tab, search and add the following NuGet packages to your project.
5050

5151
```
52-
Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration 1.0.0 preview or later
53-
Microsoft.Configuration.ConfigurationBuilders.Environment 2.0.0 preview or later
52+
Microsoft.Configuration.ConfigurationBuilders.AzureAppConfiguration 1.0.0 or later
53+
Microsoft.Configuration.ConfigurationBuilders.Environment 2.0.0 or later
5454
System.Configuration.ConfigurationManager version 4.6.0 or later
5555
```
5656

0 commit comments

Comments
 (0)