File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 22 <Import Project =" ..\Versions.targets.include" />
33 <PropertyGroup >
44 <Title >RocksDbNative</Title >
5- <TargetFrameworks >netstandard1.6;net40;net45 </TargetFrameworks >
5+ <TargetFrameworks >netstandard1.6;net471 </TargetFrameworks >
66 <Version >$(RocksDbVersion).$(RocksDbNativeBuild)</Version >
77 <AssemblyVersion >$(Version)</AssemblyVersion >
88 <FileVersion >$(Version)</FileVersion >
5555 <PackagePath >runtimes/win-x64/native</PackagePath >
5656 </None >
5757
58- <None Include =" build\net40\RocksDbNative.targets" >
59- <Pack >true</Pack >
60- <PackagePath >build/net40</PackagePath >
61- </None >
62- <None Include =" build\net45\RocksDbNative.targets" >
63- <Pack >true</Pack >
64- <PackagePath >build/net45</PackagePath >
65- </None >
6658
6759 </ItemGroup >
6860</Project >
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ static Native()
1515 {
1616 if ( RuntimeInformation . ProcessArchitecture == Architecture . X86 && RuntimeInformation . IsOSPlatform ( OSPlatform . Windows ) )
1717 throw new RocksDbSharpException ( "Rocksdb on windows is not supported for 32 bit applications" ) ;
18- Instance = NativeImport . Auto . Import < Native > ( "rocksdb" , "6.2.2 " , true ) ;
18+ Instance = NativeImport . Auto . Import < Native > ( "rocksdb" , "6.6.3 " , true ) ;
1919 }
2020
2121 public Native ( )
You can’t perform that action at this time.
0 commit comments