File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -447,7 +447,7 @@ private void PreInitialize()
447447 if ( string . IsNullOrEmpty ( extensionVersion ) )
448448 {
449449 throw new HostInitializationException ( $ "Invalid site extension configuration. " +
450- $ "Please update the App Setting '{ EnvironmentSettingNames . FunctionsExtensionVersion } ' to a valid value (e.g. ~2 ). " +
450+ $ "Please update the App Setting '{ EnvironmentSettingNames . FunctionsExtensionVersion } ' to a valid value (e.g. ~4 ). " +
451451 $ "The value cannot be missing or an empty string.") ;
452452 }
453453 else if ( string . Equals ( extensionVersion , "latest" , StringComparison . OrdinalIgnoreCase ) )
@@ -1013,4 +1013,4 @@ protected override void Dispose(bool disposing)
10131013 _logger . DisposedScriptHost ( ScriptOptions . InstanceId ) ;
10141014 }
10151015 }
1016- }
1016+ }
You can’t perform that action at this time.
0 commit comments