We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46e320b commit 6230e3fCopy full SHA for 6230e3f
src/WebJobs.Script.Host/Program.cs
@@ -2,7 +2,6 @@
2
// Licensed under the MIT License. See License.txt in the project root for license information.
3
4
using System;
5
-using Microsoft.Azure.WebJobs.Script;
6
7
namespace Microsoft.Azure.WebJobs.Script.Host
8
{
src/WebJobs.Script.NuGet/WebJobs.Script.nuspec
@@ -18,6 +18,7 @@
18
<dependency id="Microsoft.Azure.WebJobs.ServiceBus" version="1.2.0-alpha" />
19
<dependency id="Microsoft.Azure.WebJobs.Extensions" version="1.1.0-alpha" />
20
<dependency id="Microsoft.Azure.WebJobs.Extensions.SendGrid" version="1.1.0-alpha" />
21
+ <dependency id="Edge.js" version="5.9.1" />
22
</dependencies>
23
</metadata>
24
</package>
0 commit comments