Skip to content

Commit

Permalink
[KeyVault] Sample depedency versions (Azure#44919)
Browse files Browse the repository at this point in the history
* [KeyVault] Sample depedency versions

The focus of these changes is to bump the versions used by the sample.  The current Identity reference is flagged for vulnerabilities.

* Update sdk/keyvault/samples/getcert/getcert.csproj
  • Loading branch information
jsquire authored and tejasm-microsoft committed Jul 22, 2024
1 parent 78a56a8 commit 3826d74
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sdk/keyvault/samples/getcert/getcert.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@

<!-- Use decentralized package references when building outside https://github.com/Azure/azure-sdk-for-net -->
<ItemGroup Condition="'$(IsSample)' != 'true'">
<PackageReference Update="Azure.Identity" Version="1.10.4" />
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.1.1" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.1.1" />
<PackageReference Update="Azure.Identity" Version="1.12.0" />
<PackageReference Update="Azure.Security.KeyVault.Certificates" Version="4.6.0" />
<PackageReference Update="Azure.Security.KeyVault.Secrets" Version="4.6.0" />
<PackageReference Update="System.CommandLine" Version="%(VersionOverride)" />
</ItemGroup>

Expand Down

0 comments on commit 3826d74

Please sign in to comment.