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.
 
 
 

24 lines
1.1 KiB

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Hangfire.AspNetCore" Version="1.8.20" />
<PackageReference Include="Hangfire.Core" Version="1.8.20" />
<PackageReference Include="Hangfire.SqlServer" Version="1.8.20" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Core" Version="2.3.0" />
<PackageReference Include="ValueInjecter" Version="3.2.0" />
<PackageReference Include="Z.EntityFramework.Extensions.EFCore" Version="9.103.8.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="C:\迅雷下载\Admin.NET-next\Admin.NET\TaskManager.Contracts\TaskManager.Contracts.csproj" />
<ProjectReference Include="C:\迅雷下载\Admin.NET-next\Admin.NET\TaskManager.EntityFramework\TaskManager.EntityFramework.csproj" />
<ProjectReference Include="C:\迅雷下载\Admin.NET-next\Admin.NET\TaskManager.Entity\TaskManager.Entity.csproj" />
</ItemGroup>
</Project>