diff options
| author | Phoebe <20694052+PhoebeHui@users.noreply.github.com> | 2021-08-04 08:06:29 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-03 17:06:29 -0700 |
| commit | 8cca60b3ca3b5e76c8e5968cbb18d08da504a5fc (patch) | |
| tree | a29cde478b5af08ff7c77549b7de6a63d40a5414 /ports/azure-storage-common-cpp | |
| parent | 5fd29d935099ffce8772068b88014514354d4198 (diff) | |
| download | vcpkg-8cca60b3ca3b5e76c8e5968cbb18d08da504a5fc.tar.gz vcpkg-8cca60b3ca3b5e76c8e5968cbb18d08da504a5fc.zip | |
[Azure-*] Remove version constraint (#19299)
* [Azure-*] Remove version constraint
* Update the baseline version
* Remove builtin-baseline
* format manifest file
* Update baseline version
Diffstat (limited to 'ports/azure-storage-common-cpp')
| -rw-r--r-- | ports/azure-storage-common-cpp/vcpkg.json | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/azure-storage-common-cpp/vcpkg.json b/ports/azure-storage-common-cpp/vcpkg.json index fa955270c..3e6864f77 100644 --- a/ports/azure-storage-common-cpp/vcpkg.json +++ b/ports/azure-storage-common-cpp/vcpkg.json @@ -1,18 +1,17 @@ { "name": "azure-storage-common-cpp", "version-semver": "12.0.1", + "port-version": 1, "description": [ "Microsoft Azure Common Storage SDK for C++", "This library provides common Azure Storage-related abstractions for Azure SDK." ], "homepage": "https://github.com/Azure/azure-sdk-for-cpp/tree/main/sdk/storage/azure-storage-common", "license": "MIT", - "builtin-baseline": "14c54c49b56a964ac7f2f701a6857adb02ae1bec", "dependencies": [ { "name": "azure-core-cpp", - "default-features": false, - "version>=": "1.0.0" + "default-features": false }, "libxml2", { |
