Abc.Zebus.Directory.Cassandra.Tests.csproj 454 B

123456789101112131415
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFrameworks>net48;net5.0</TargetFrameworks>
  4. <Version>$(ZebusDirectoryVersion)</Version>
  5. </PropertyGroup>
  6. <Import Project="..\Abc.Zebus.Tests.props" />
  7. <ItemGroup>
  8. <ProjectReference Include="..\Abc.Zebus.Directory.Cassandra\Abc.Zebus.Directory.Cassandra.csproj" />
  9. <ProjectReference Include="..\Abc.Zebus.Testing\Abc.Zebus.Testing.csproj" />
  10. </ItemGroup>
  11. </Project>