Skip to content

Commit 0160188

Browse files
Bump Azure.Identity from 1.5.0 to 1.10.2 in /src/Relecloud.Web.Api (#339)
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.5.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.5.0...Azure.Identity_1.10.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1572dfa commit 0160188

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Relecloud.Web.Api/Relecloud.Web.Api.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22

33
<PropertyGroup>
44
<TargetFramework>net6.0</TargetFramework>
@@ -12,7 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Azure.Extensions.AspNetCore.Configuration.Secrets" Version="1.2.1" />
15-
<PackageReference Include="Azure.Identity" Version="1.5.0" />
15+
<PackageReference Include="Azure.Identity" Version="1.10.2" />
1616
<PackageReference Include="Azure.Search.Documents" Version="11.4.0-beta.5" />
1717
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.1" />
1818
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.12" />

0 commit comments

Comments
 (0)