Skip to content
This repository was archived by the owner on Apr 24, 2025. It is now read-only.

Commit da858d8

Browse files
build(deps): bump Azure.Identity in /src/LettuceEncrypt.Azure
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.9.0 to 1.10.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.9.0...Azure.Identity_1.10.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4dfcf03 commit da858d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/LettuceEncrypt.Azure/LettuceEncrypt.Azure.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -13,7 +13,7 @@ See https://nuget.org/packages/LettuceEncrypt for more details.
1313
</PropertyGroup>
1414

1515
<ItemGroup>
16-
<PackageReference Include="Azure.Identity" Version="1.9.0" />
16+
<PackageReference Include="Azure.Identity" Version="1.10.2" />
1717
<PackageReference Include="Azure.Security.KeyVault.Certificates" Version="4.5.0" />
1818
<PackageReference Include="Azure.Security.KeyVault.Secrets" Version="4.5.0" />
1919
</ItemGroup>

0 commit comments

Comments
 (0)