first commit
This commit is contained in:
		| @ -0,0 +1,25 @@ | ||||
| <Project Sdk="Microsoft.NET.Sdk"> | ||||
|  | ||||
|   <Import Project="..\..\common.props" /> | ||||
|  | ||||
|   <PropertyGroup> | ||||
|     <TargetFramework>net8.0</TargetFramework> | ||||
|     <Nullable>enable</Nullable> | ||||
|     <RootNamespace>KonSoft.Report</RootNamespace> | ||||
|   </PropertyGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <ProjectReference Include="..\KonSoft.Report.Domain.Shared\KonSoft.Report.Domain.Shared.csproj" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
|   <ItemGroup> | ||||
|     <PackageReference Include="Volo.Abp.ObjectExtending" Version="8.3.4" /> | ||||
|     <PackageReference Include="Volo.Abp.Account.Application.Contracts" Version="8.3.4" /> | ||||
|     <PackageReference Include="Volo.Abp.Identity.Application.Contracts" Version="8.3.4" /> | ||||
|     <PackageReference Include="Volo.Abp.PermissionManagement.Application.Contracts" Version="8.3.4" /> | ||||
|     <PackageReference Include="Volo.Abp.TenantManagement.Application.Contracts" Version="8.3.4" /> | ||||
|     <PackageReference Include="Volo.Abp.FeatureManagement.Application.Contracts" Version="8.3.4" /> | ||||
|     <PackageReference Include="Volo.Abp.SettingManagement.Application.Contracts" Version="8.3.4" /> | ||||
|   </ItemGroup> | ||||
|  | ||||
| </Project> | ||||
		Reference in New Issue
	
	Block a user