Abc.Zebus.Directory.RocksDb.Tests.csproj 564 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net48;net9.0</TargetFrameworks>
  4. <Platform>x64</Platform>
  5. <Platforms>AnyCPU;x64</Platforms>
  6. </PropertyGroup>
  7. <Import Project="..\Abc.Zebus.Tests.props" />
  8. <ItemGroup>
  9. <ProjectReference Include="..\Abc.Zebus.Directory.RocksDb\Abc.Zebus.Directory.RocksDb.csproj" />
  10. <ProjectReference Include="..\Abc.Zebus.Testing\Abc.Zebus.Testing.csproj" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <PackageReference Include="RocksDbNative" Version="6.2.2" />
  14. </ItemGroup>
  15. </Project>