<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>net5.0</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Remove="QuartzNet\Jobs\Job_OperateLog_Quartz.cs" /> </ItemGroup> <ItemGroup> <PackageReference Include="Quartz" Version="3.3.3" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\Ropin.Inspection.Common\Ropin.Inspection.Common.csproj" /> <ProjectReference Include="..\Ropin.Inspection.Model\Ropin.Inspection.Model.csproj" /> <ProjectReference Include="..\Ropin.Inspection.Service\Ropin.Inspection.Service.csproj" /> </ItemGroup> </Project>