Skip to content

Commit

Permalink
upgrade versions
Browse files Browse the repository at this point in the history
  • Loading branch information
JRahnama committed Apr 5, 2022
1 parent 90653f7 commit 4dd4f66
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
6 changes: 3 additions & 3 deletions tools/props/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
</PropertyGroup>
<!-- NetFx and NetCore project dependencies -->
<PropertyGroup>
<AzureIdentityVersion>1.3.0</AzureIdentityVersion>
<MicrosoftIdentityClientVersion>4.22.0</MicrosoftIdentityClientVersion>
<AzureIdentityVersion>1.5.0</AzureIdentityVersion>
<MicrosoftIdentityClientVersion>4.30.1</MicrosoftIdentityClientVersion>
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.8.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
<MicrosoftIdentityModelJsonWebTokensVersion>6.8.0</MicrosoftIdentityModelJsonWebTokensVersion>
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
Expand Down Expand Up @@ -55,7 +55,7 @@
</PropertyGroup>
<!-- AKV Provider project dependencies -->
<PropertyGroup>
<AzureCoreVersion>[1.6.0,2.0.0)</AzureCoreVersion>
<AzureCoreVersion>[1.20.0,2.0.0)</AzureCoreVersion>
<AzureSecurityKeyVaultKeysVersion>[4.0.3,5.0.0)</AzureSecurityKeyVaultKeysVersion>
<MicrosoftExtensionsCachingMemoryVersion>5.0.0</MicrosoftExtensionsCachingMemoryVersion>
</PropertyGroup>
Expand Down
16 changes: 8 additions & 8 deletions tools/specs/Microsoft.Data.SqlClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependencies>
<group targetFramework="net461">
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.0.0-preview2.22084.1" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" />
<dependency id="Azure.Identity" version="1.5.0" />
<dependency id="Microsoft.Identity.Client" version="4.30.1" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="System.Buffers" version="4.5.1" />
Expand All @@ -43,8 +43,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Azure.Identity" version="1.5.0" />
<dependency id="Microsoft.Identity.Client" version="4.30.1" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />
Expand All @@ -61,8 +61,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Azure.Identity" version="1.5.0" />
<dependency id="Microsoft.Identity.Client" version="4.30.1" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />
Expand All @@ -79,8 +79,8 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="netstandard2.1">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.0.0-preview2.22084.1" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Azure.Identity" version="1.5.0" />
<dependency id="Microsoft.Identity.Client" version="4.30.1" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
<dependency id="Microsoft.Win32.Registry" version="5.0.0" exclude="Compile" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ Microsoft.Data.SqlClient.AlwaysEncrypted.AzureKeyStoreProvider.SqlColumnEncrypti
<dependencies>
<group targetFramework="net461">
<dependency id="Microsoft.Data.SqlClient" version="3.0.0" />
<dependency id="Azure.Core" version="[1.6.0,2.0.0)" />
<dependency id="Azure.Core" version="[1.20.0,2.0.0)" />
<dependency id="System.Text.Encodings.Web" version="4.7.2" />
<dependency id="Azure.Security.KeyVault.Keys" version="[4.0.3,5.0.0)" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="5.0.0" />
</group>
<group targetFramework="netcoreapp3.1">
<dependency id="Microsoft.Data.SqlClient" version="3.0.0" />
<dependency id="Azure.Core" version="[1.6.0,2.0.0)" />
<dependency id="Azure.Core" version="[1.20.0,2.0.0)" />
<dependency id="System.Text.Encodings.Web" version="4.7.2" />
<dependency id="Azure.Security.KeyVault.Keys" version="[4.0.3,5.0.0)" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="5.0.0" />
</group>
<group targetFramework="netstandard2.0">
<dependency id="Microsoft.Data.SqlClient" version="3.0.0" />
<dependency id="Azure.Core" version="[1.6.0,2.0.0)" />
<dependency id="Azure.Core" version="[1.20.0,2.0.0)" />
<dependency id="System.Text.Encodings.Web" version="4.7.2" />
<dependency id="Azure.Security.KeyVault.Keys" version="[4.0.3,5.0.0)" />
<dependency id="Microsoft.Extensions.Caching.Memory" version="5.0.0" />
Expand Down

0 comments on commit 4dd4f66

Please sign in to comment.