Skip to content
This repository was archived by the owner on Nov 1, 2023. It is now read-only.

Commit be10480

Browse files
Bump Azure.Identity from 1.6.0 to 1.8.2 in /src/ApiService
Bumps [Azure.Identity](https://github.com/Azure/azure-sdk-for-net) from 1.6.0 to 1.8.2. - [Release notes](https://github.com/Azure/azure-sdk-for-net/releases) - [Commits](Azure/azure-sdk-for-net@Azure.Identity_1.6.0...Azure.Identity_1.8.2) --- updated-dependencies: - dependency-name: Azure.Identity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5519ad0 commit be10480

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ApiService/ApiService/ApiService.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">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<AzureFunctionsVersion>v4</AzureFunctionsVersion>
44
<OutputType>Exe</OutputType>
@@ -28,7 +28,7 @@
2828
<PackageReference Include="Azure.Data.Tables" Version="12.5.0" />
2929
<PackageReference Include="Azure.ResourceManager.Compute" Version="1.0.0-beta.8" />
3030
<PackageReference Include="Azure.Core" Version="1.25.0" />
31-
<PackageReference Include="Azure.Identity" Version="1.6.0" />
31+
<PackageReference Include="Azure.Identity" Version="1.8.2" />
3232
<PackageReference Include="Azure.Messaging.EventGrid" Version="4.10.0" />
3333
<PackageReference Include="Azure.ResourceManager" Version="1.3.1" />
3434
<PackageReference Include="Azure.ResourceManager.Network" Version="1.0.0" />

0 commit comments

Comments
 (0)