| 1234567891011121314151617181920 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net6.0</TargetFramework>
- <ImplicitUsings>enable</ImplicitUsings>
- <Nullable>enable</Nullable>
- </PropertyGroup>
- <ItemGroup>
- <PackageReference Include="Abp.TestBase" Version="8.1.0" />
- <PackageReference Include="Effort.EF6" Version="2.2.16" />
- <PackageReference Include="xunit.extensibility.core" Version="2.4.2" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Business.Application\Business.Application.csproj" />
- <ProjectReference Include="..\Business.EntityFrameworkCore\Business.EntityFrameworkCore.csproj" />
- </ItemGroup>
- </Project>
|