Buissness.UnitTest.csproj 662 B

1234567891011121314151617181920
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net6.0</TargetFramework>
  4. <ImplicitUsings>enable</ImplicitUsings>
  5. <Nullable>enable</Nullable>
  6. </PropertyGroup>
  7. <ItemGroup>
  8. <PackageReference Include="Abp.TestBase" Version="8.1.0" />
  9. <PackageReference Include="Effort.EF6" Version="2.2.16" />
  10. <PackageReference Include="xunit.extensibility.core" Version="2.4.2" />
  11. </ItemGroup>
  12. <ItemGroup>
  13. <ProjectReference Include="..\Business.Application\Business.Application.csproj" />
  14. <ProjectReference Include="..\Business.EntityFrameworkCore\Business.EntityFrameworkCore.csproj" />
  15. </ItemGroup>
  16. </Project>