Skip to content

Commit

Permalink
Adding System.IO and System.Threading.Tasks to the list of default im…
Browse files Browse the repository at this point in the history
…ports.
  • Loading branch information
fabiocav committed Mar 29, 2016
1 parent 9f3104a commit ea27cc0
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,10 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver
{
"System",
"System.Collections.Generic",
"System.IO",
"System.Linq",
"System.Net.Http",
"System.Threading.Tasks",
"Microsoft.Azure.WebJobs",
"Microsoft.Azure.WebJobs.Host"
};
Expand Down

0 comments on commit ea27cc0

Please sign in to comment.