Merged PR 779127: Upgrade MS Azure storage common package

Related work items: #2167926
This commit is contained in:
Iman Narasamdya 2024-04-11 23:40:08 +00:00
Родитель 17e9c0ee14
Коммит a7b0f06fc4
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -726,7 +726,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "Microsoft.Azure.Storage.Common",
"Version": "11.2.2"
"Version": "11.2.3"
}
}
},

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

@ -46,7 +46,7 @@ export const pkgs = isMicrosoftInternal ? [
{ id: "Microsoft.VisualStudio.Services.BlobStore.Client", version: artifactNugetVersion, dependentPackageIdsToSkip: ["*"], dependentPackageIdsToIgnore: ["Microsoft.BuildXL.Cache.Hashing", "Microsoft.BuildXL.Cache.Interfaces", "DotNetFxRefAssemblies.Corext"] },
{ id: "Microsoft.VisualStudio.Services.Client", version: azureDevopsNugetVersion, dependentPackageIdsToSkip: [ "Microsoft.Net.Http", "Microsoft.AspNet.WebApi.Client", "System.Security.Cryptography.OpenSsl", "System.Security.Principal.Windows" ] },
{ id: "Microsoft.VisualStudio.Services.InteractiveClient", version: azureDevopsNugetVersion, dependentPackageIdsToSkip: [ "Ben.Demystifier" ], dependentPackageIdsToIgnore: [ "Ben.Demystifier" ] },
{ id: "Microsoft.Azure.Storage.Common", version: "11.2.2" },
{ id: "Microsoft.Azure.Storage.Common", version: "11.2.3" },
{ id: "System.ServiceProcess.ServiceController", version: "6.0.1" },
// DropDaemon Artifact dependencies.