Skip to content

Commit ad3de9b

Browse files
authored
Try FUNCTIONS_INPROC_NET8_ENABLED
1 parent 9a69fa9 commit ad3de9b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

src/IntegrationTests.HostV4/local.settings.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
66

77
"AzureWebJobsServiceBus": "<set your ASB connection string here>",
8-
"CustomComponentValue": "Custom Component"
8+
"CustomComponentValue": "Custom Component",
9+
10+
"FUNCTIONS_INPROC_NET8_ENABLED": 1
911
}
10-
}
12+
}

0 commit comments

Comments
 (0)