Merged PR 753262: Update versions for Azure.Core and Azure.Identity

Update versions for Azure.Core and Azure.Identity

Related work items: #2123189
This commit is contained in:
Marcelo Lynch 🧉 2023-11-22 22:14:03 +00:00
Родитель 574ca063a4
Коммит faf58356ad
3 изменённых файлов: 5 добавлений и 4 удалений

Просмотреть файл

@ -65,6 +65,7 @@ namespace Main {
importFrom("BuildXL.FrontEnd").Sdk.dll,
importFrom("Newtonsoft.Json").pkg,
...importFrom("BuildXL.Cache.ContentStore").getAzureBlobStorageSdkPackages(true),
importFrom("Microsoft.Identity.Client").pkg,
importFrom("Grpc.Core.Api").pkg,
],
internalsVisibleTo: [

Просмотреть файл

@ -60,7 +60,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Azure.Core",
"Version": "1.35.0"
"Version": "1.36.0"
}
}
},
@ -87,7 +87,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Azure.Identity",
"Version": "1.10.2"
"Version": "1.10.4"
}
}
},

Просмотреть файл

@ -190,11 +190,11 @@ config({
// Key Vault
{ id: "Azure.Security.KeyVault.Secrets", version: "4.5.0" },
{ id: "Azure.Security.KeyVault.Certificates", version: "4.5.1" },
{ id: "Azure.Identity", version: "1.10.2" },
{ id: "Azure.Identity", version: "1.10.4" },
{ id: "Microsoft.Identity.Client", version: "4.56.0" },
{ id: "Microsoft.IdentityModel.Abstractions", version: "6.32.1" },
{ id: "Microsoft.Identity.Client.Extensions.Msal", version: "4.56.0" },
{ id: "Azure.Core", version: "1.35.0",
{ id: "Azure.Core", version: "1.36.0",
dependentPackageIdsToSkip: ["System.Buffers", "System.Text.Encodings.Web", "System.Text.Json", "System.Memory", "System.Memory.Data", "System.Numerics.Vectors", "Microsoft.Bcl.AsyncInterfaces" ] },
{ id: "System.Memory.Data", version: "1.0.2",
dependentPackageIdsToSkip: [ "System.Memory", "System.Text.Json" ] },