2023-12-11 09:55:12 +08:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk.Web">
|
2024-01-19 15:37:54 +08:00
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
|
|
|
|
|
|
<DockerfileContext>..\..</DockerfileContext>
|
|
|
|
|
|
</PropertyGroup>
|
2023-12-11 09:55:12 +08:00
|
|
|
|
<Import Project="..\..\common.props" />
|
2023-12-13 12:24:58 +08:00
|
|
|
|
|
2023-12-11 09:55:12 +08:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-03-18 09:51:02 +08:00
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.3" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.3" />
|
|
|
|
|
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.6" />
|
|
|
|
|
|
<PackageReference Include="Serilog.AspNetCore" Version="8.0.1" />
|
2023-12-12 14:33:32 +08:00
|
|
|
|
<PackageReference Include="Serilog.Sinks.Async" Version="1.5.0" />
|
2024-04-02 13:51:48 +08:00
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Authentication.JwtBearer" Version="$(AbpVersion)" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.MultiTenancy" Version="$(AbpVersion)" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Mvc" Version="$(AbpVersion)" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.AspNetCore.Serilog" Version="$(AbpVersion)" />
|
|
|
|
|
|
<PackageReference Include="Volo.Abp.Autofac" Version="$(AbpVersion)" />
|
2023-12-11 09:55:12 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2024-01-07 13:34:50 +08:00
|
|
|
|
<ProjectReference Include="..\..\framework\Yi.Framework.AspNetCore.Authentication.OAuth\Yi.Framework.AspNetCore.Authentication.OAuth.csproj" />
|
2023-12-11 09:55:12 +08:00
|
|
|
|
<ProjectReference Include="..\..\framework\Yi.Framework.AspNetCore\Yi.Framework.AspNetCore.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Yi.Abp.Application\Yi.Abp.Application.csproj" />
|
|
|
|
|
|
<ProjectReference Include="..\Yi.Abp.SqlSugarCore\Yi.Abp.SqlSugarCore.csproj" />
|
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
|
<Content Update="appsettings.json">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2024-07-21 13:37:56 +08:00
|
|
|
|
<Content Update="wwwroot\File\c4e579ee-9e5d-8a60-5540-3a138a0fb467">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2023-12-28 20:24:49 +08:00
|
|
|
|
<Content Update="wwwroot\icon\**">
|
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
|
</Content>
|
2023-12-11 09:55:12 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
|
|
</Project>
|