Skip to content

Commit 97863e5

Browse files
author
Javad
authored
Fix | Upgrade dependencies versions (#2189)
1 parent b7167c0 commit 97863e5

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

tools/props/Versions.props

+4-4
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.8.0</AzureIdentityVersion>
31-
<MicrosoftIdentityClientVersion>4.53.0</MicrosoftIdentityClientVersion>
30+
<AzureIdentityVersion>1.10.3</AzureIdentityVersion>
31+
<MicrosoftIdentityClientVersion>4.56.0</MicrosoftIdentityClientVersion>
3232
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.24.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
3333
<MicrosoftIdentityModelJsonWebTokensVersion>6.24.0</MicrosoftIdentityModelJsonWebTokensVersion>
3434
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
@@ -51,11 +51,11 @@
5151
<!-- NetStandard project dependencies -->
5252
<PropertyGroup>
5353
<SystemRuntimeLoaderVersion>4.3.0</SystemRuntimeLoaderVersion>
54-
<SystemDiagnosticsDiagnosticSourceVersion>6.0.0</SystemDiagnosticsDiagnosticSourceVersion>
54+
<SystemDiagnosticsDiagnosticSourceVersion>6.0.1</SystemDiagnosticsDiagnosticSourceVersion>
5555
</PropertyGroup>
5656
<!-- AKV Provider project dependencies -->
5757
<PropertyGroup>
58-
<AzureCoreVersion>[1.25.0,2.0.0)</AzureCoreVersion>
58+
<AzureCoreVersion>[1.35.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

+12-12
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.8.0" />
33-
<dependency id="Microsoft.Identity.Client" version="4.53.0" />
32+
<dependency id="Azure.Identity" version="1.10.3" />
33+
<dependency id="Microsoft.Identity.Client" version="4.56.0" />
3434
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
3535
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
3636
<dependency id="System.Buffers" version="4.5.1" />
@@ -40,21 +40,21 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
4040
</group>
4141
<group targetFramework="net7.0">
4242
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
43-
<dependency id="Azure.Identity" version="1.8.0" />
44-
<dependency id="Microsoft.Identity.Client" version="4.53.0" exclude="Compile"/>
43+
<dependency id="Azure.Identity" version="1.10.3" />
44+
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
4545
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
4646
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
4747
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
4848
<dependency id="System.Configuration.ConfigurationManager" version="6.0.1" exclude="Compile" />
49-
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.0" exclude="Compile" />
49+
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.1" exclude="Compile" />
5050
<dependency id="System.Runtime.Caching" version="6.0.0" exclude="Compile" />
5151
<dependency id="System.Text.Encoding.CodePages" version="6.0.0" exclude="Compile" />
5252
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
5353
</group>
5454
<group targetFramework="net6.0">
5555
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
56-
<dependency id="Azure.Identity" version="1.8.0" />
57-
<dependency id="Microsoft.Identity.Client" version="4.53.0" exclude="Compile"/>
56+
<dependency id="Azure.Identity" version="1.10.3" />
57+
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
5858
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
5959
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
6060
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
@@ -66,14 +66,14 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
6666
<group targetFramework="netstandard2.0">
6767
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
6868
<dependency id="Azure.Identity" version="1.8.0" />
69-
<dependency id="Microsoft.Identity.Client" version="4.53.0" exclude="Compile"/>
69+
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
7070
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
7171
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
7272
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
7373
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />
7474
<dependency id="System.Buffers" version="4.5.1" />
7575
<dependency id="System.Configuration.ConfigurationManager" version="6.0.1" exclude="Compile" />
76-
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.0" exclude="Compile" />
76+
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.1" exclude="Compile" />
7777
<dependency id="System.Runtime.Caching" version="6.0.0" exclude="Compile" />
7878
<dependency id="System.Text.Encoding.CodePages" version="6.0.0" exclude="Compile" />
7979
<dependency id="System.Text.Encodings.Web" version="6.0.0" />
@@ -83,14 +83,14 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
8383
</group>
8484
<group targetFramework="netstandard2.1">
8585
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.1" exclude="Compile" />
86-
<dependency id="Azure.Identity" version="1.8.0" />
87-
<dependency id="Microsoft.Identity.Client" version="4.53.0" exclude="Compile"/>
86+
<dependency id="Azure.Identity" version="1.10.3" />
87+
<dependency id="Microsoft.Identity.Client" version="4.56.0" exclude="Compile"/>
8888
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
8989
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
9090
<dependency id="Microsoft.SqlServer.Server" version="1.0.0"/>
9191
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />
9292
<dependency id="System.Configuration.ConfigurationManager" version="6.0.1" exclude="Compile" />
93-
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.0" exclude="Compile" />
93+
<dependency id="System.Diagnostics.DiagnosticSource" version="6.0.1" exclude="Compile" />
9494
<dependency id="System.Runtime.Caching" version="6.0.0" exclude="Compile" />
9595
<dependency id="System.Text.Encoding.CodePages" version="6.0.0" exclude="Compile" />
9696
<dependency id="System.Text.Encodings.Web" version="6.0.0" />

0 commit comments

Comments
 (0)