14
14
<requireLicenseAcceptance >true</requireLicenseAcceptance >
15
15
<tags >Microsoft Azure WebJobs Jobs Script Node.js</tags >
16
16
<dependencies >
17
- <dependency id =" Microsoft.Azure.WebJobs" version =" 2.1.0-beta1-10811" />
18
- <dependency id =" Microsoft.Azure.WebJobs.Logging.ApplicationInsights" version =" 2.1.0-beta1-10811" />
19
- <dependency id =" Microsoft.Azure.WebJobs.ServiceBus" version =" 2.1.0-beta1-10811" />
20
- <dependency id =" Microsoft.Azure.WebJobs.Extensions" version =" 2.1.0-beta1-10450" />
21
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.SendGrid" version =" 2.1.0-beta1-10450" />
22
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.Twilio" version =" 1.1.0-beta1-10450" />
23
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.BotFramework" version =" 1.0.15-beta" />
24
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.ApiHub" version =" 1.0.0-beta4-10450" />
25
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.DocumentDB" version =" 1.1.0-beta1-10450" />
26
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.MobileApps" version =" 1.1.0-beta1-10450" />
27
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.NotificationHubs" version =" 1.1.0-beta1-10450" />
28
- <dependency id =" Microsoft.Azure.WebJobs.Extensions.Http" version =" 1.0.0-beta1-10450" />
29
- <dependency id =" Edge.js" version =" 6.5.1" />
30
- <dependency id =" Microsoft.CodeAnalysis.CSharp.Scripting" version =" 2.0.0" />
31
- <dependency id =" Microsoft.AspNet.WebApi.Core" version =" 5.2.3" />
32
- <dependency id =" FSharp.Compiler.Service" version =" 9.0.1" />
33
- <dependency id =" FSharp.Core" version =" 4.0.0.1" />
34
- <dependency id =" System.Reactive" version =" 3.1.1" />
17
+ <dependency id =" Edge.js" version =" 6.5.1" />
18
+ <dependency id =" FSharp.Compiler.Service" version =" 9.0.1" />
19
+ <dependency id =" FSharp.Core" version =" 4.0.0.1" />
20
+ <dependency id =" Microsoft.ApplicationInsights.WindowsServer" version =" 2.3.0" />
21
+ <dependency id =" Microsoft.Azure.ServiceBus.EventProcessorHost" version =" 2.2.10" />
22
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.ApiHub" version =" 1.0.0-beta4-10450" />
23
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.BotFramework" version =" 1.0.15-beta" />
24
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.DocumentDB" version =" 1.1.0-beta1-10450" />
25
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.Http" version =" 1.0.0-beta1-10450" />
26
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.MobileApps" version =" 1.1.0-beta1-10450" />
27
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.NotificationHubs" version =" 1.1.0-beta1-10450" />
28
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.SendGrid" version =" 2.1.0-beta1-10450" />
29
+ <dependency id =" Microsoft.Azure.WebJobs.Extensions.Twilio" version =" 1.1.0-beta1-10450" />
30
+ <dependency id =" Microsoft.Azure.WebJobs.Script.Extensibility" version =" 1.0.0-beta3-10955" />
31
+ <dependency id =" Microsoft.Bot.Connector.DirectLine" version =" 3.0.0-beta" />
32
+ <dependency id =" Microsoft.CodeAnalysis.Analyzers" version =" 1.1.0" />
33
+ <dependency id =" Microsoft.CodeAnalysis.CSharp.Scripting" version =" 2.0.0" />
34
+ <dependency id =" Microsoft.Extensions.DependencyInjection.Abstractions" version =" 1.1.0" />
35
+ <dependency id =" Microsoft.Extensions.Logging" version =" 1.1.1" />
36
+ <dependency id =" NuGet.Frameworks" version =" 3.4.3" />
37
+ <dependency id =" NuGet.LibraryModel" version =" 3.4.3" />
38
+ <dependency id =" SendGrid.SmtpApi" version =" 1.3.1" />
39
+ <dependency id =" System.ComponentModel" version =" 4.3.0" />
40
+ <dependency id =" System.Diagnostics.FileVersionInfo" version =" 4.3.0" />
41
+ <dependency id =" System.Dynamic.Runtime" version =" 4.3.0" />
42
+ <dependency id =" System.IO.Abstractions" version =" 2.0.0.140" />
43
+ <dependency id =" System.Reactive" version =" 3.1.1" />
44
+ <dependency id =" System.Text.Encoding.CodePages" version =" 4.3.0" />
45
+ <dependency id =" System.Threading.Tasks.Parallel" version =" 4.3.0" />
46
+ <dependency id =" System.Threading.Thread" version =" 4.3.0" />
47
+ <dependency id =" System.ValueTuple" version =" 4.3.0" />
48
+ <dependency id =" System.Xml.XmlDocument" version =" 4.3.0" />
49
+ <dependency id =" System.Xml.XPath.XDocument" version =" 4.3.0" />
35
50
</dependencies >
36
51
</metadata >
37
52
</package >
0 commit comments