Skip to content

Commit d15b3e3

Browse files
committed
Adding Microsoft.CSharp
1 parent 448ade6 commit d15b3e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/WebJobs.Script/Description/CSharp/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
3636
"System.Core",
3737
"System.Xml",
3838
"System.Net.Http",
39+
"Microsoft.CSharp",
3940
typeof(object).Assembly.Location,
4041
typeof(IAsyncCollector<>).Assembly.Location, /*Microsoft.Azure.WebJobs*/
4142
typeof(JobHost).Assembly.Location, /*Microsoft.Azure.WebJobs.Host*/

0 commit comments

Comments
 (0)