Skip to content

Commit fceb5d4

Browse files
authored
Add net8 enabled flag for in-proc Csx samples (#1197)
* add the FUNCTIONS_INPROC_NET8_ENABLED in local settings file for in-proc samples * add to csx FUNCTIONS_INPROC_NET8_ENABLED": "1" * format
1 parent db4c0e0 commit fceb5d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

samples/samples-csx/local.settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
66
"SqlConnectionString": "",
77
"Sp_SelectCost": "SelectProductsCost",
8-
"ProductCost": 100
8+
"ProductCost": 100,
9+
"FUNCTIONS_INPROC_NET8_ENABLED": "1"
910
}
1011
}

0 commit comments

Comments
 (0)