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.
61 lines
2.3 KiB
61 lines
2.3 KiB
<Project Sdk="Microsoft.NET.Sdk.Web"> |
|
|
|
<PropertyGroup> |
|
<TargetFramework>net6.0</TargetFramework> |
|
<Nullable>enable</Nullable> |
|
<ImplicitUsings>enable</ImplicitUsings> |
|
<RootNamespace>_24Hour</RootNamespace> |
|
<GenerateDocumentationFile>True</GenerateDocumentationFile> |
|
<UserSecretsId>e485308c-2f05-470b-b0a4-68f1ec2b3412</UserSecretsId> |
|
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS> |
|
<AssemblyVersion>1.0.2.2</AssemblyVersion> |
|
<Version>1.0.2.2</Version> |
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
|
<DocumentationFile></DocumentationFile> |
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
<PackageReference Include="AutoMapper" Version="12.0.1" /> |
|
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.16" /> |
|
<PackageReference Include="Microsoft.Extensions.Logging.Log4Net.AspNetCore" Version="6.1.0" /> |
|
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.18.1" /> |
|
<PackageReference Include="Quartz" Version="3.6.3" /> |
|
<PackageReference Include="SqlSugarCore" Version="5.1.4.83" /> |
|
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.2.3" /> |
|
<PackageReference Include="System.Runtime.Caching" Version="7.0.0" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<ProjectReference Include="..\Dto\Dto.csproj" /> |
|
<ProjectReference Include="..\Elight.Entity\Elight.Entity.csproj" /> |
|
<ProjectReference Include="..\Elight.Logic\Elight.Logic.csproj" /> |
|
<ProjectReference Include="..\Elight.Utility\Elight.Utility.csproj" /> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<Content Update="wwwroot\CaseFile\resource\headicon.png"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Content> |
|
<Content Update="wwwroot\CaseFile\resource\xcxbj.png"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Content> |
|
<Content Update="wwwroot\CaseFile\resource\律师导入模板.xlsx"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</Content> |
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
<None Update="caselist.txt"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Update="Dockerfile"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
<None Update="jzlist.txt"> |
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory> |
|
</None> |
|
</ItemGroup> |
|
|
|
</Project>
|
|
|