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.

56 lines
3.0 KiB

<Project Sdk="Microsoft.NET.Sdk.Web">
<Import Project="..\..\common.props" />
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<RootNamespace>SettleAccount</RootNamespace>
<PreserveCompilationReferences>true</PreserveCompilationReferences>
<UserSecretsId>SettleAccount-c2d31439-b723-48e2-b061-5ebd7aeb6010</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="DotNetCore.CAP" Version="7.1.3" />
<PackageReference Include="DotNetCore.CAP.Dashboard" Version="7.1.3" />
<PackageReference Include="DotNetCore.CAP.RabbitMQ" Version="7.1.3" />
<PackageReference Include="DotNetCore.CAP.SqlServer" Version="7.1.3" />
<PackageReference Include="Hangfire.Dashboard.BasicAuthorization" Version="1.0.2" />
<PackageReference Include="HangFire.Redis" Version="2.0.1" />
<PackageReference Include="Hangfire.SqlServer" Version="1.7.29" />
<PackageReference Include="Serilog.AspNetCore" Version="5.0.0" />
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
<PackageReference Include="IdentityModel" Version="6.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="7.0.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection.StackExchangeRedis" Version="7.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="7.0.1" />
<PackageReference Include="Volo.Abp.Autofac" Version="7.2.2" />
<PackageReference Include="Volo.Abp.BackgroundJobs.HangFire" Version="7.2.2" />
<PackageReference Include="Volo.Abp.BlobStoring" Version="7.2.2" />
<PackageReference Include="Volo.Abp.BlobStoring.FileSystem" Version="7.2.2" />
<PackageReference Include="Volo.Abp.Caching.StackExchangeRedis" Version="7.2.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.MultiTenancy" Version="7.2.2" />
<PackageReference Include="Volo.Abp.EntityFrameworkCore.SqlServer" Version="7.2.2" />
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="7.2.2" />
<PackageReference Include="Volo.Abp.Swashbuckle" Version="7.2.2" />
<PackageReference Include="Volo.Abp.PermissionManagement.EntityFrameworkCore" Version="7.2.2" />
<PackageReference Include="Volo.Abp.SettingManagement.EntityFrameworkCore" Version="7.2.2" />
<PackageReference Include="Volo.Abp.AuditLogging.EntityFrameworkCore" Version="7.2.2" />
<PackageReference Include="Volo.Abp.TenantManagement.EntityFrameworkCore" Version="7.2.2" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\src\SettleAccount.Application\SettleAccount.Application.csproj" />
<ProjectReference Include="..\..\src\SettleAccount.EntityFrameworkCore\SettleAccount.EntityFrameworkCore.csproj" />
<ProjectReference Include="..\..\src\SettleAccount.HttpApi\SettleAccount.HttpApi.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Logs\**" />
<Content Remove="Logs\**" />
<EmbeddedResource Remove="Logs\**" />
<None Remove="Logs\**" />
</ItemGroup>
</Project>