Skip to content

Commit

Permalink
Update Azure.Identity to 1.12.0 (#2376)
Browse files Browse the repository at this point in the history
* Update Microsoft.Identity to 1.12.0

* Add System.Text.Json 8.0.04 for CG error
  • Loading branch information
kburtram authored Jul 16, 2024
1 parent 5317461 commit a995b07
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
<!-- Deprecated: TODO Migrate to Azure.Core -->
<PackageReference Update="Microsoft.Rest.ClientRuntime.Azure" Version="3.3.19" />

<PackageReference Update="Microsoft.Identity.Client" Version="4.56.0" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.56.0" />
<PackageReference Update="Microsoft.Identity.Client" Version="4.61.3" />
<PackageReference Update="Microsoft.Identity.Client.Extensions.Msal" Version="4.61.3" />

<!-- Deprecated: TODO Migrate to Azure.ResourceManager -->
<PackageReference Update="Microsoft.Azure.Management.ResourceManager" Version="3.7.1-preview" />
Expand Down Expand Up @@ -59,7 +59,7 @@
<!-- When updating version of Dependencies in the below section, please also update the version in the following files:
packages\Microsoft.SqlTools.ManagedBatchParser\Microsoft.SqlTools.ManagedBatchParser.nuspec-->
<ItemGroup>
<PackageReference Update="Azure.Identity" Version="1.10.3" />
<PackageReference Update="Azure.Identity" Version="1.12.0" />
<PackageReference Update="Microsoft.Data.SqlClient" Version="5.1.5" />
<PackageReference Update="Microsoft.SqlServer.SqlManagementObjects" Version="170.18.0" />
<PackageReference Update="Newtonsoft.Json" Version="13.0.3" />
Expand All @@ -75,6 +75,7 @@
<PackageReference Update="System.Security.Permissions" Version="8.0.0" />
<PackageReference Update="System.Text.Encoding.CodePages" Version="8.0.0" />
<PackageReference Update="System.Text.Encodings.Web" Version="8.0.0" />
<PackageReference Update="System.Text.Json " Version="8.0.4" />
</ItemGroup>

<ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
<tags>SQL Tools XPLAT Managed Batch Parser</tags>
<dependencies>
<group targetFramework="net472">
<dependency id="Azure.Identity" version="1.10.3" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.4" />
<dependency id="Azure.Identity" version="1.12.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.18.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="System.Configuration.ConfigurationManager" version="7.0.0" />
</group>
<group targetFramework="net8.0">
<dependency id="Azure.Identity" version="1.10.3" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.4" />
<dependency id="Azure.Identity" version="1.12.0" />
<dependency id="Microsoft.Data.SqlClient" version="5.1.5" />
<dependency id="Microsoft.SqlServer.SqlManagementObjects" version="170.18.0" />
<dependency id="Newtonsoft.Json" version="13.0.3" />
<dependency id="System.Configuration.ConfigurationManager" version="7.0.0" />
Expand Down

0 comments on commit a995b07

Please sign in to comment.