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

@@ -24,7 +24,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.4.0",
"defaultValue": "9.4.1",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},

View File

@@ -57,7 +57,7 @@
"version": {
"type": "parameter",
"datatype": "string",
"defaultValue": "9.4.0",
"defaultValue": "9.4.1",
"description": "The version of Umbraco to load using NuGet",
"replaces": "UMBRACO_VERSION_FROM_TEMPLATE"
},