Skip to content

Commit fe2d1b7

Browse files
committed
Adding System.Configuration to default references
1 parent a988541 commit fe2d1b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebJobs.Script/Description/DotNet/FunctionMetadataResolver.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver, IFunct
3636
{
3737
"System",
3838
"System.Core",
39+
"System.Configuration",
3940
"System.Xml",
4041
"System.Net.Http",
4142
"Microsoft.CSharp",

0 commit comments

Comments
 (0)