Skip to content

Commit

Permalink
Chore | Upgrade Azure Identity from 1.7.0 to 1.8.0 (#1921)
Browse files Browse the repository at this point in the history
  • Loading branch information
lcheunglci authored Feb 22, 2023
1 parent a4f18ca commit 85edec9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tools/props/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</PropertyGroup>
<!-- NetFx and NetCore project dependencies -->
<PropertyGroup>
<AzureIdentityVersion>1.7.0</AzureIdentityVersion>
<AzureIdentityVersion>1.8.0</AzureIdentityVersion>
<MicrosoftIdentityClientVersion>4.47.2</MicrosoftIdentityClientVersion>
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.24.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
<MicrosoftIdentityModelJsonWebTokensVersion>6.24.0</MicrosoftIdentityModelJsonWebTokensVersion>
Expand Down
8 changes: 4 additions & 4 deletions tools/specs/Microsoft.Data.SqlClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependencies>
<group targetFramework="net462">
<dependency id="Microsoft.Data.SqlClient.SNI" version="5.1.0" />
<dependency id="Azure.Identity" version="1.7.0" />
<dependency id="Azure.Identity" version="1.8.0" />
<dependency id="Microsoft.Identity.Client" version="4.47.2" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
Expand All @@ -40,7 +40,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
</group>
<group targetFramework="net6.0">
<dependency id="Microsoft.Data.SqlClient.SNI.runtime" version="5.1.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.7.0" />
<dependency id="Azure.Identity" version="1.8.0" />
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
Expand All @@ -55,7 +55,7 @@ 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.1.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.7.0" />
<dependency id="Azure.Identity" version="1.8.0" />
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
Expand All @@ -72,7 +72,7 @@ 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.1.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.7.0" />
<dependency id="Azure.Identity" version="1.8.0" />
<dependency id="Microsoft.Identity.Client" version="4.47.2" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.24.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.24.0" />
Expand Down

0 comments on commit 85edec9

Please sign in to comment.