Merged PR 647634: Upgrade RocksDbSharp

Addresses an issue with loading the zstd shared object file on Linux
This commit is contained in:
Julian Bayardo 2022-02-05 04:07:57 +00:00
Родитель d7afe0fba5
Коммит 39727b9c15
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -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" },