Skip to content

Commit af8a9a9

Browse files
authored
Merge pull request #110685 from BhargaviAnnadevara-MSFT/patch-27
(AzureCXP) Fixes MicrosoftDocs/azure-docs#51966
2 parents 1885d16 + d8390c9 commit af8a9a9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

articles/azure-app-configuration/use-key-vault-references-dotnet-core.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.service: azure-app-configuration
1212
ms.workload: tbd
1313
ms.devlang: csharp
1414
ms.topic: tutorial
15-
ms.date: 01/21/2020
15+
ms.date: 04/08/2020
1616
ms.author: lcozzens
1717
ms.custom: mvc
1818

@@ -157,14 +157,12 @@ To add a secret to the vault, you need to take just a few additional steps. In t
157157
1. Add a reference to the required NuGet packages by running the following command:
158158
159159
```dotnetcli
160-
dotnet add package Microsoft.Azure.KeyVault
161160
dotnet add package Azure.Identity
162161
```
163162
164163
1. Open *Program.cs*, and add references to the following required packages:
165164
166165
```csharp
167-
using Microsoft.Azure.KeyVault;
168166
using Azure.Identity;
169167
```
170168

0 commit comments

Comments
 (0)