Skip to content

Commit ca86126

Browse files
author
Javad Rahnama (SIMBA TECHNOLOGIES INC)
committed
update Azure.Identity to 1.11.2
1 parent d535213 commit ca86126

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

tools/props/Versions.props

+1-1
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.1</AzureIdentityVersion>
30+
<AzureIdentityVersion>1.11.2</AzureIdentityVersion>
3131
<MicrosoftIdentityClientVersion>4.60.3</MicrosoftIdentityClientVersion>
3232
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>7.5.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3333
<MicrosoftIdentityModelJsonWebTokensVersion>7.5.0</MicrosoftIdentityModelJsonWebTokensVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

+5-5
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.1" />
32+
<dependency id="Azure.Identity" version="1.11.2" />
3333
<dependency id="Microsoft.Identity.Client" version="4.60.3" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.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.1" />
43+
<dependency id="Azure.Identity" version="1.11.2" />
4444
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
4545
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
4646
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.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.1" />
53+
<dependency id="Azure.Identity" version="1.11.2" />
5454
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
5555
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
5656
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.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.1" />
63+
<dependency id="Azure.Identity" version="1.11.2" />
6464
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
6565
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
6666
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.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.1" />
81+
<dependency id="Azure.Identity" version="1.11.2" />
8282
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
8383
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
8484
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />

0 commit comments

Comments
 (0)