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()
447
447
if ( string . IsNullOrEmpty ( extensionVersion ) )
448
448
{
449
449
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 ). " +
451
451
$ "The value cannot be missing or an empty string.") ;
452
452
}
453
453
else if ( string . Equals ( extensionVersion , "latest" , StringComparison . OrdinalIgnoreCase ) )
@@ -1013,4 +1013,4 @@ protected override void Dispose(bool disposing)
1013
1013
_logger . DisposedScriptHost ( ScriptOptions . InstanceId ) ;
1014
1014
}
1015
1015
}
1016
- }
1016
+ }
You can’t perform that action at this time.
0 commit comments