Ropin.Inspection.Tasks.csproj 622 B

123456789101112131415161718192021
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <TargetFramework>net5.0</TargetFramework>
  4. </PropertyGroup>
  5. <ItemGroup>
  6. <Compile Remove="QuartzNet\Jobs\Job_OperateLog_Quartz.cs" />
  7. </ItemGroup>
  8. <ItemGroup>
  9. <PackageReference Include="Quartz" Version="3.3.3" />
  10. </ItemGroup>
  11. <ItemGroup>
  12. <ProjectReference Include="..\Ropin.Inspection.Common\Ropin.Inspection.Common.csproj" />
  13. <ProjectReference Include="..\Ropin.Inspection.Model\Ropin.Inspection.Model.csproj" />
  14. <ProjectReference Include="..\Ropin.Inspection.Service\Ropin.Inspection.Service.csproj" />
  15. </ItemGroup>
  16. </Project>