Skip to content

Commit 078d9f1

Browse files
authored
chore(deps): synchronize vcpkg baseline with ecosystem standard (#555) (#557)
Align vcpkg-configuration.json baseline from 50c0cb48 (git registry) to c4af3593 (builtin registry) to match the ecosystem standard used by all other kcenon projects. This ensures consistent transitive dependency resolution across the ecosystem.
1 parent 1174088 commit 078d9f1

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

vcpkg-configuration.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
33
"default-registry": {
4-
"kind": "git",
5-
"repository": "https://github.com/microsoft/vcpkg.git",
6-
"baseline": "50c0cb48a0cf2f6fc5c7b2c0d2bafbe26d0a7ca2"
4+
"kind": "builtin",
5+
"baseline": "c4af3593e1f1aa9e14a560a09e45ea2cb0dfd74d"
76
},
87
"registries": []
98
}

0 commit comments

Comments
 (0)