зеркало из https://github.com/microsoft/BuildXL.git
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:
Родитель
574ca063a4
Коммит
faf58356ad
|
@ -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" ] },
|
||||
|
|
Загрузка…
Ссылка в новой задаче