Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[KeyVault] Sample depedency versions #44919

Merged
merged 2 commits into from
Jul 12, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[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.
  • Loading branch information
jsquire authored Jul 9, 2024
commit 1531cbe71fd32570cc07b60840a1f1a89fef48e4
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" />

Check failure on line 24 in sdk/keyvault/samples/getcert/getcert.csproj

View check run for this annotation

Azure Pipelines / net - keyvault - ci (Build Analyze)

sdk/keyvault/samples/getcert/getcert.csproj#L24

sdk/keyvault/samples/getcert/getcert.csproj(24,5): Error MSB4025: The project file could not be loaded. '<', hexadecimal value 0x3C, is an invalid attribute character. Line 24, position 5.

Check failure on line 24 in sdk/keyvault/samples/getcert/getcert.csproj

View check run for this annotation

Azure Pipelines / net - keyvault - ci (Build Analyze)

sdk/keyvault/samples/getcert/getcert.csproj#L24

sdk/keyvault/samples/getcert/getcert.csproj(24,5): Error MSB4025: The project file could not be loaded. '<', hexadecimal value 0x3C, is an invalid attribute character. Line 24, position 5.

Check failure on line 24 in sdk/keyvault/samples/getcert/getcert.csproj

View check run for this annotation

Azure Pipelines / net - keyvault - ci

sdk/keyvault/samples/getcert/getcert.csproj#L24

sdk/keyvault/samples/getcert/getcert.csproj(24,5): Error MSB4025: The project file could not be loaded. '<', hexadecimal value 0x3C, is an invalid attribute character. Line 24, position 5.

Check failure on line 24 in sdk/keyvault/samples/getcert/getcert.csproj

View check run for this annotation

Azure Pipelines / net - keyvault - ci

sdk/keyvault/samples/getcert/getcert.csproj#L24

sdk/keyvault/samples/getcert/getcert.csproj(24,5): Error MSB4025: The project file could not be loaded. '<', hexadecimal value 0x3C, is an invalid attribute character. Line 24, position 5.
<PackageReference Update="System.CommandLine" Version="%(VersionOverride)" />
</ItemGroup>

Expand Down
Loading