Skip to content

Commit 85edec9

Browse files
authored
Chore | Upgrade Azure Identity from 1.7.0 to 1.8.0 (#1921)
1 parent a4f18ca commit 85edec9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

tools/props/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</PropertyGroup>
2525
<!-- NetFx and NetCore project dependencies -->
2626
<PropertyGroup>
27-
<AzureIdentityVersion>1.7.0</AzureIdentityVersion>
27+
<AzureIdentityVersion>1.8.0</AzureIdentityVersion>
2828
<MicrosoftIdentityClientVersion>4.47.2</MicrosoftIdentityClientVersion>
2929
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.24.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3030
<MicrosoftIdentityModelJsonWebTokensVersion>6.24.0</MicrosoftIdentityModelJsonWebTokensVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
2929
<dependencies>
3030
<group targetFramework="net462">
3131
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.1.0" />
32-
<dependency id="Azure.Identity" version="1.7.0" />
32+
<dependency id="Azure.Identity" version="1.8.0" />
3333
<dependency id="Microsoft.Identity.Client" version="4.47.2" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
@@ -40,7 +40,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4040
</group>
4141
<group targetFramework="net6.0">
4242
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0" exclude="Compile" />
43-
<dependency id="Azure.Identity" version="1.7.0" />
43+
<dependency id="Azure.Identity" version="1.8.0" />
4444
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
4545
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
4646
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
@@ -55,7 +55,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
5555
</group>
5656
<group targetFramework="netstandard2.0">
5757
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0" exclude="Compile" />
58-
<dependency id="Azure.Identity" version="1.7.0" />
58+
<dependency id="Azure.Identity" version="1.8.0" />
5959
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
6060
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
6161
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
@@ -72,7 +72,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7272
</group>
7373
<group targetFramework="netstandard2.1">
7474
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0" exclude="Compile" />
75-
<dependency id="Azure.Identity" version="1.7.0" />
75+
<dependency id="Azure.Identity" version="1.8.0" />
7676
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
7777
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
7878
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />

0 commit comments

Comments
 (0)