You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.3 KiB
27 lines
1.3 KiB
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net7.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>WinIn.FasterZ.AgGridReport</RootNamespace>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\WinIn.FasterZ.AgGridReport.Domain\WinIn.FasterZ.AgGridReport.Domain.csproj" />
|
|
<ProjectReference Include="..\WinIn.FasterZ.AgGridReport.Application.Contracts\WinIn.FasterZ.AgGridReport.Application.Contracts.csproj" />
|
|
<ProjectReference Include="..\WinIn.FasterZ.AgGridReport.EntityFrameworkCore\WinIn.FasterZ.AgGridReport.EntityFrameworkCore.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.Account.Application" Version="7.2.1" />
|
|
<PackageReference Include="Volo.Abp.EntityFrameworkCore" Version="7.2.1" />
|
|
<PackageReference Include="Volo.Abp.Identity.Application" Version="7.2.1" />
|
|
<PackageReference Include="Volo.Abp.PermissionManagement.Application" Version="7.2.1" />
|
|
<PackageReference Include="Volo.Abp.TenantManagement.Application" Version="7.2.1" />
|
|
<PackageReference Include="Volo.Abp.FeatureManagement.Application" Version="7.2.1" />
|
|
<PackageReference Include="Volo.Abp.SettingManagement.Application" Version="7.2.1" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|
|
|