chore: 使用.net8构建

This commit is contained in:
陈淳
2023-12-13 12:24:58 +08:00
parent 6773279d3e
commit 0bea3caae7
27 changed files with 618 additions and 138 deletions

View File

@@ -1,15 +1,11 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\..\common.props" />
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.2.5" />
<PackageReference Include="Lazy.Captcha.Core" Version="2.0.7" />
<PackageReference Include="Volo.Abp.BackgroundWorkers.Quartz" Version="7.4.3" />
<PackageReference Include="Volo.Abp.BackgroundWorkers.Quartz" Version="8.0.0-rc.3" />
</ItemGroup>
<ItemGroup>