Skip to content

Commit 52e57c0

Browse files
author
Javad Rahnama
authored
[5.2.1] Updating Azure.Identity version to 1.11.3 (#2528)
1 parent 82de540 commit 52e57c0

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tools/props/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
</PropertyGroup>
2828
<!-- NetFx and NetCore project dependencies -->
2929
<PropertyGroup>
30-
<AzureIdentityVersion>1.11.2</AzureIdentityVersion>
30+
<AzureIdentityVersion>1.11.3</AzureIdentityVersion>
3131
<MicrosoftIdentityClientVersion>4.60.3</MicrosoftIdentityClientVersion>
3232
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.35.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3333
<MicrosoftIdentityModelJsonWebTokensVersion>6.35.0</MicrosoftIdentityModelJsonWebTokensVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 5 additions & 5 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.2.0" />
32-
<dependency id="Azure.Identity" version="1.11.2" />
32+
<dependency id="Azure.Identity" version="1.11.3" />
3333
<dependency id="Microsoft.Identity.Client" version="4.60.3" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
@@ -40,7 +40,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4040
</group>
4141
<group targetFramework="net8.0">
4242
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
43-
<dependency id="Azure.Identity" version="1.11.2" />
43+
<dependency id="Azure.Identity" version="1.11.3" />
4444
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
4545
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
4646
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
@@ -50,7 +50,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
5050
</group>
5151
<group targetFramework="net6.0">
5252
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
53-
<dependency id="Azure.Identity" version="1.11.2" />
53+
<dependency id="Azure.Identity" version="1.11.3" />
5454
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
5555
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
5656
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
@@ -60,7 +60,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6060
</group>
6161
<group targetFramework="netstandard2.0">
6262
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
63-
<dependency id="Azure.Identity" version="1.11.2" />
63+
<dependency id="Azure.Identity" version="1.11.3" />
6464
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
6565
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
6666
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
@@ -78,7 +78,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
7878
</group>
7979
<group targetFramework="netstandard2.1">
8080
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
81-
<dependency id="Azure.Identity" version="1.11.2" />
81+
<dependency id="Azure.Identity" version="1.11.3" />
8282
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
8383
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
8484
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />

0 commit comments

Comments
 (0)