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:
committed by
Paul Johnson
parent
4fffb9f7a7
commit
037580b305
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user