Skip to content

Commit bc43905

Browse files
authored
Merge pull request #297 from microsoftgraph/update-nuget-identity-packages
(deps): update Azure.Identity to 1.21.0 and Microsoft.Identity.C…
2 parents 178bbf9 + a8ab5f2 commit bc43905

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

samples/deploy-template/deploy-template.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@
88
<ImplicitUsings>enable</ImplicitUsings>
99
<Nullable>enable</Nullable>
1010
</PropertyGroup> <ItemGroup>
11-
<PackageReference Include="Azure.Identity" Version="1.14.0" />
11+
<PackageReference Include="Azure.Identity" Version="1.21.0" />
1212
<PackageReference Include="Azure.ResourceManager" Version="1.13.1" />
1313
<PackageReference Include="Azure.ResourceManager.Resources" Version="1.9.1" />
14-
<PackageReference Include="Microsoft.Identity.Client" Version="4.74.1" />
14+
<PackageReference Include="Microsoft.Identity.Client" Version="4.83.3" />
1515
</ItemGroup>
1616

1717
<ItemGroup>

0 commit comments

Comments
 (0)