Skip to content

Commit 91030e5

Browse files
committed
Bump Azure.Identity version
1 parent 8f643a6 commit 91030e5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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.3</AzureIdentityVersion>
30+
<AzureIdentityVersion>1.11.4</AzureIdentityVersion>
3131
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>7.5.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3232
<MicrosoftIdentityModelJsonWebTokensVersion>7.5.0</MicrosoftIdentityModelJsonWebTokensVersion>
3333
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 3 additions & 3 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.3" />
32+
<dependency id="Azure.Identity" version="1.11.4" />
3333
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
3434
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
3535
<dependency id="System.Buffers" version="4.5.1" />
@@ -39,7 +39,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
3939
</group>
4040
<group targetFramework="net8.0">
4141
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
42-
<dependency id="Azure.Identity" version="1.11.3" />
42+
<dependency id="Azure.Identity" version="1.11.4" />
4343
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
4444
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
4545
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -48,7 +48,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4848
</group>
4949
<group targetFramework="net6.0">
5050
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.2.0" exclude="Compile" />
51-
<dependency id="Azure.Identity" version="1.11.3" />
51+
<dependency id="Azure.Identity" version="1.11.4" />
5252
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="7.5.0" />
5353
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="7.5.0" />
5454
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>

0 commit comments

Comments
 (0)