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.
52 lines
2.1 KiB
52 lines
2.1 KiB
<Project Sdk="Microsoft.NET.Sdk.Web">
|
|
|
|
<Import Project="..\..\common.props" />
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<Nullable>enable</Nullable>
|
|
<RootNamespace>Shentun.WebPeis</RootNamespace>
|
|
<PreserveCompilationReferences>true</PreserveCompilationReferences>
|
|
<UserSecretsId>Shentun.WebPeis-4681b4fd-151f-4221-84a4-929d86723e4c</UserSecretsId>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Serilog.AspNetCore" Version="8.0.0" />
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
|
<PackageReference Include="Serilog.Sinks.Postgresql.Alternative" Version="4.0.4" />
|
|
<PackageReference Include="Volo.Abp.AspNetCore.MultiTenancy" Version="8.1.5" />
|
|
<PackageReference Include="Volo.Abp.Autofac" Version="8.1.3" />
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="8.1.3" />
|
|
<PackageReference Include="Volo.Abp.Swashbuckle" Version="8.1.3" />
|
|
<PackageReference Include="Volo.Abp.Account.Web.OpenIddict" Version="8.1.3" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc.UI.Theme.LeptonXLite" Version="3.1.*-*" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Shentun.Utilities\Shentun.Utilities.csproj" />
|
|
<ProjectReference Include="..\Shentun.WebApi.Service\Shentun.WebApi.Service.csproj" />
|
|
<ProjectReference Include="..\Shentun.WebPeis.Application\Shentun.WebPeis.Application.csproj" />
|
|
<ProjectReference Include="..\Shentun.WebPeis.EntityFrameworkCore\Shentun.WebPeis.EntityFrameworkCore.csproj" />
|
|
<ProjectReference Include="..\Shentun.WebPeis.HttpApi\Shentun.WebPeis.HttpApi.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Logs\**" />
|
|
<Content Remove="Logs\**" />
|
|
<EmbeddedResource Remove="Logs\**" />
|
|
<None Remove="Logs\**" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Update="gemsdermyy.com.pfx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
<None Update="shentun.pfx">
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
</None>
|
|
</ItemGroup>
|
|
|
|
</Project>
|