Fix obsolete constructor in RecurringHostedServiceBase (#12172)

* Use NullLogger in obsoleted constructor

* Create missing logger during execution instead

(cherry picked from commit d0823d4236)
This commit is contained in:
Ronald Barendse
2022-03-24 11:34:29 +01:00
committed by Paul Johnson
parent 4fffb9f7a7
commit 037580b305
5 changed files with 18 additions and 25 deletions

View File

@@ -1,12 +1,12 @@
<Project>
<Project>
<!-- Enable multi-level merging -->
<Import Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))" />
<PropertyGroup>
<Version>9.4.0</Version>
<AssemblyVersion>9.4.0</AssemblyVersion>
<InformationalVersion>9.4.0</InformationalVersion>
<FileVersion>9.4.0</FileVersion>
<Version>9.4.1</Version>
<AssemblyVersion>9.4.1</AssemblyVersion>
<InformationalVersion>9.4.1</InformationalVersion>
<FileVersion>9.4.1</FileVersion>
<LangVersion Condition="'$(LangVersion)' == ''">9.0</LangVersion>
<NeutralLanguage>en-US</NeutralLanguage>
<Company>Umbraco CMS</Company>