Skip to content

Commit

Permalink
Fix version downgrade (#1036)
Browse files Browse the repository at this point in the history
Azure.Identity references later version causes version downgrade issue.
  • Loading branch information
cheenamalhotra committed Apr 16, 2021
1 parent 3a325e9 commit 7561905
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/props/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- NetFx and NetCore project dependencies -->
<PropertyGroup>
<AzureIdentityVersion>1.3.0</AzureIdentityVersion>
<MicrosoftIdentityClientVersion>4.21.1</MicrosoftIdentityClientVersion>
<MicrosoftIdentityClientVersion>4.22.0</MicrosoftIdentityClientVersion>
<MicrosoftIdentityModelProtocolsOpenIdConnectVersion>6.8.0</MicrosoftIdentityModelProtocolsOpenIdConnectVersion>
<MicrosoftIdentityModelJsonWebTokensVersion>6.8.0</MicrosoftIdentityModelJsonWebTokensVersion>
<SystemBuffersVersion>4.5.1</SystemBuffersVersion>
Expand Down
10 changes: 5 additions & 5 deletions tools/specs/Microsoft.Data.SqlClient.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<group targetFramework="net461">
<dependency id="Microsoft.Data.SqlClient.SNI" version="3.0.0-preview1.21104.2" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.21.1" />
<dependency id="Microsoft.Identity.Client" version="4.22.0" />
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
</group>
Expand All @@ -43,7 +43,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependency id="System.Configuration.ConfigurationManager" version="4.7.0" exclude="Compile" />
<dependency id="System.Runtime.Caching" version="4.7.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.21.1" exclude="Compile"/>
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
</group>
Expand All @@ -56,7 +56,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependency id="System.Configuration.ConfigurationManager" version="4.7.0" exclude="Compile" />
<dependency id="System.Runtime.Caching" version="4.7.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.21.1" exclude="Compile"/>
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
</group>
Expand All @@ -69,7 +69,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependency id="System.Text.Encoding.CodePages" version="4.7.0" exclude="Compile" />
<dependency id="System.Runtime.Caching" version="4.7.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.21.1" exclude="Compile"/>
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
</group>
Expand All @@ -82,7 +82,7 @@ When using NuGet 3.x this package requires at least version 3.4.</description>
<dependency id="System.Text.Encoding.CodePages" version="4.7.0" exclude="Compile" />
<dependency id="System.Runtime.Caching" version="4.7.0" exclude="Compile" />
<dependency id="Azure.Identity" version="1.3.0" />
<dependency id="Microsoft.Identity.Client" version="4.21.1" exclude="Compile"/>
<dependency id="Microsoft.Identity.Client" version="4.22.0" exclude="Compile"/>
<dependency id="Microsoft.IdentityModel.Protocols.OpenIdConnect" version="6.8.0" />
<dependency id="Microsoft.IdentityModel.JsonWebTokens" version="6.8.0" />
</group>
Expand Down

0 comments on commit 7561905

Please sign in to comment.