File tree Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Expand file tree Collapse file tree 1 file changed +12
-3
lines changed Original file line number Diff line number Diff line change 5252 <None Remove =" build\**" />
5353 </ItemGroup >
5454 <ItemGroup >
55- <Content Include =" runtimes\linux-$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture.ToString().ToLower()) \native\librocksdb.so" Condition = " '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Linux)))' " >
55+ <Content Include =" runtimes\linux-arm64 \native\librocksdb.so" >
5656 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
5757 </Content >
58- <Content Include =" runtimes\osx-$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture.ToString().ToLower()) \native\librocksdb.dylib " Condition = " '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::OSX)))' " >
58+ <Content Include =" runtimes\linux-arm \native\librocksdb.so " >
5959 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
6060 </Content >
61- <Content Include =" runtimes\win-$([System.Runtime.InteropServices.RuntimeInformation]::OSArchitecture.ToString().ToLower())\native\rocksdb.dll" Condition =" '$([System.Runtime.InteropServices.RuntimeInformation]::IsOSPlatform($([System.Runtime.InteropServices.OSPlatform]::Windows)))' " >
61+ <Content Include =" runtimes\linux-x64\native\librocksdb.so" >
62+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
63+ </Content >
64+ <Content Include =" runtimes\osx-x64\native\librocksdb.dylib" >
65+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
66+ </Content >
67+ <Content Include =" runtimes\osx-arm64\native\librocksdb.dylib" >
68+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
69+ </Content >
70+ <Content Include =" runtimes\win-x64\native\rocksdb.dll" >
6271 <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
6372 </Content >
6473 </ItemGroup >
You can’t perform that action at this time.
0 commit comments