Skip to content

Commit

Permalink
Adding Microsoft.ServiceBus as a shared assembly
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiocav committed Apr 22, 2016
1 parent 628fb9c commit 4120ec7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ public sealed class FunctionMetadataResolver : MetadataReferenceResolver, IFunct
{
new DirectSharedAssemblyProvider(typeof(Newtonsoft.Json.JsonConvert).Assembly), /* Newtonsoft.Json */
new DirectSharedAssemblyProvider(typeof(WindowsAzure.Storage.Table.ITableEntity).Assembly), /* Microsoft.WindowsAzure.Storage */
new DirectSharedAssemblyProvider(typeof(Microsoft.ServiceBus.Messaging.BrokeredMessage).Assembly), /* Microsoft.ServiceBus */
new LocalSharedAssemblyProvider(@"^Microsoft\.AspNet\.WebHooks\..*"), /* Microsoft.AspNet.WebHooks.* */
};

Expand Down

0 comments on commit 4120ec7

Please sign in to comment.