1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFrameworks>net48;net9.0</TargetFrameworks>
- <Platform>x64</Platform>
- <Platforms>AnyCPU;x64</Platforms>
- </PropertyGroup>
- <Import Project="..\Abc.Zebus.Tests.props" />
- <ItemGroup>
- <ProjectReference Include="..\Abc.Zebus.Directory.RocksDb\Abc.Zebus.Directory.RocksDb.csproj" />
- <ProjectReference Include="..\Abc.Zebus.Testing\Abc.Zebus.Testing.csproj" />
- </ItemGroup>
- <ItemGroup>
- <PackageReference Include="RocksDbNative" Version="6.2.2" />
- </ItemGroup>
- </Project>
|