Your local.settings.json should be similar as below
{ "IsEncrypted": false, "Values": { "AzureWebJobsStorage": "UseDevelopmentStorage=true", "FUNCTIONS_WORKER_RUNTIME": "dotnet" "FUNCTIONS_INPROC_NET8_ENABLED": "1" } }
Upgrade net6.0 to net8.0 and use version 4.5.0 for Microsoft.NET.Sdk.Functions