зеркало из https://github.com/microsoft/BuildXL.git
Merged PR 647634: Upgrade RocksDbSharp
Addresses an issue with loading the zstd shared object file on Linux
This commit is contained in:
Родитель
d7afe0fba5
Коммит
39727b9c15
|
@ -2877,7 +2877,7 @@
|
||||||
"Type": "NuGet",
|
"Type": "NuGet",
|
||||||
"NuGet": {
|
"NuGet": {
|
||||||
"Name": "RocksDbNative",
|
"Name": "RocksDbNative",
|
||||||
"Version": "6.10.2-b20220201.8"
|
"Version": "6.10.2-b20220203.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -2886,7 +2886,7 @@
|
||||||
"Type": "NuGet",
|
"Type": "NuGet",
|
||||||
"NuGet": {
|
"NuGet": {
|
||||||
"Name": "RocksDbSharp",
|
"Name": "RocksDbSharp",
|
||||||
"Version": "6.10.2-b20220201.8"
|
"Version": "6.10.2-b20220203.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
@ -171,11 +171,11 @@ config({
|
||||||
{ id: "Microsoft.Windows.ProjFS", version: "1.2.19351.1" },
|
{ id: "Microsoft.Windows.ProjFS", version: "1.2.19351.1" },
|
||||||
|
|
||||||
// RocksDb
|
// RocksDb
|
||||||
{ id: "RocksDbSharp", version: "6.10.2-b20220201.8", alias: "RocksDbSharpSigned",
|
{ id: "RocksDbSharp", version: "6.10.2-b20220203.1", alias: "RocksDbSharpSigned",
|
||||||
dependentPackageIdsToSkip: [ "System.Memory" ],
|
dependentPackageIdsToSkip: [ "System.Memory" ],
|
||||||
dependentPackageIdsToIgnore: [ "System.Memory" ]
|
dependentPackageIdsToIgnore: [ "System.Memory" ]
|
||||||
},
|
},
|
||||||
{ id: "RocksDbNative", version: "6.10.2-b20220201.8" },
|
{ id: "RocksDbNative", version: "6.10.2-b20220203.1" },
|
||||||
|
|
||||||
{ id: "JsonDiffPatch.Net", version: "2.1.0" },
|
{ id: "JsonDiffPatch.Net", version: "2.1.0" },
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче