Skip to content

Commit 505cb19

Browse files
author
SqlClient Azure DevOps
committed
Merge in 'release/5.1' changes
2 parents 8f2c6ca + a61ec2e commit 505cb19

File tree

3 files changed

+14
-14
lines changed

3 files changed

+14
-14
lines changed

tools/props/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
</PropertyGroup>
2828
<!-- NetFx and NetCore project dependencies -->
2929
<PropertyGroup>
30-
<AzureIdentityVersion>1.10.3</AzureIdentityVersion>
31-
<MicrosoftIdentityClientVersion>4.56.0</MicrosoftIdentityClientVersion>
30+
<AzureIdentityVersion>1.11.3</AzureIdentityVersion>
31+
<MicrosoftIdentityClientVersion>4.60.3</MicrosoftIdentityClientVersion>
3232
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.35.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3333
<MicrosoftIdentityModelJsonWebTokensVersion>6.35.0</MicrosoftIdentityModelJsonWebTokensVersion>
3434
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
@@ -55,7 +55,7 @@
5555
</PropertyGroup>
5656
<!-- AKV Provider project dependencies -->
5757
<PropertyGroup>
58-
<AzureCoreVersion>[1.35.0,2.0.0)</AzureCoreVersion>
58+
<AzureCoreVersion>[1.38.0,2.0.0)</AzureCoreVersion>
5959
<AzureSecurityKeyVaultKeysVersion>[4.4.0,5.0.0)</AzureSecurityKeyVaultKeysVersion>
6060
<MicrosoftExtensionsCachingMemoryVersion>6.0.1</MicrosoftExtensionsCachingMemoryVersion>
6161
</PropertyGroup>

tools/specs/Microsoft.Data.SqlClient.nuspec

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ 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.1" />
32-
<dependency id="Azure.Identity" version="1.10.3" />
33-
<dependency id="Microsoft.Identity.Client" version="4.56.0" />
32+
<dependency id="Azure.Identity" version="1.11.3" />
33+
<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" />
3636
<dependency id="System.Buffers" version="4.5.1" />
@@ -40,8 +40,8 @@ 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.1" exclude="Compile" />
43-
<dependency id="Azure.Identity" version="1.10.3" />
44-
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
43+
<dependency id="Azure.Identity" version="1.11.3" />
44+
<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" />
4747
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -55,8 +55,8 @@ 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.1" exclude="Compile" />
58-
<dependency id="Azure.Identity" version="1.10.3" />
59-
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
58+
<dependency id="Azure.Identity" version="1.11.3" />
59+
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
6060
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
6161
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
6262
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -72,8 +72,8 @@ 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.1" exclude="Compile" />
75-
<dependency id="Azure.Identity" version="1.10.3" />
76-
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
75+
<dependency id="Azure.Identity" version="1.11.3" />
76+
<dependency id="Microsoft.Identity.Client" version="4.60.3" exclude="Compile"/>
7777
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.35.0" />
7878
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.35.0" />
7979
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>

tools/specs/add-ons/Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyVaultProvider.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,21 @@ Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncrypti
2626
<dependencies>
2727
<group targetFramework="net462">
2828
<dependency id="Microsoft.Data.SqlClient" version="3.0.0" />
29-
<dependency id="Azure.Core" version="[1.25.0,2.0.0)" />
29+
<dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
3030
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
3131
<dependency id="Azure.Security.KeyVault.Keys" version="[4.4.0,5.0.0)" />
3232
<dependency id="Microsoft.Extensions.Caching.Memory" version="6.0.1" />
3333
</group>
3434
<group targetFramework="net6.0">
3535
<dependency id="Microsoft.Data.SqlClient" version="3.0.0" />
36-
<dependency id="Azure.Core" version="[1.25.0,2.0.0)" />
36+
<dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
3737
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
3838
<dependency id="Azure.Security.KeyVault.Keys" version="[4.4.0,5.0.0)" />
3939
<dependency id="Microsoft.Extensions.Caching.Memory" version="6.0.1" />
4040
</group>
4141
<group targetFramework="netstandard2.0">
4242
<dependency id="Microsoft.Data.SqlClient" version="3.0.0" />
43-
<dependency id="Azure.Core" version="[1.25.0,2.0.0)" />
43+
<dependency id="Azure.Core" version="[1.38.0,2.0.0)" />
4444
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
4545
<dependency id="Azure.Security.KeyVault.Keys" version="[4.4.0,5.0.0)" />
4646
<dependency id="Microsoft.Extensions.Caching.Memory" version="6.0.1" />

0 commit comments

Comments
 (0)