Changed remaining background jobs to be either hosted services or real fire and forget + Cleanup + moved classes to the legacy test project, that is only needed there. (#9700)

This commit is contained in:
Bjarke Berg
2021-01-25 09:26:38 +01:00
committed by GitHub
parent 647d6ac5ab
commit c79b31ed2e
29 changed files with 371 additions and 1571 deletions

View File

@@ -102,4 +102,8 @@
<ProjectReference Include="..\Umbraco.Core\Umbraco.Core.csproj" />
</ItemGroup>
<ItemGroup>
<Folder Include="Scheduling" />
</ItemGroup>
</Project>