File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Properties/PublishProfiles
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <!--
3
+ https://go.microsoft.com/fwlink/?LinkID=208121.
4
+ -->
5
+ <Project ToolsVersion =" 4.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
6
+ <PropertyGroup >
7
+ <PublishProtocol >FileSystem</PublishProtocol >
8
+ <Configuration >Release</Configuration >
9
+ <Platform >Any CPU</Platform >
10
+ <TargetFramework >netstandard2.0</TargetFramework >
11
+ <PublishDir >bin\Debug\netstandard2.0\publish\</PublishDir >
12
+ </PropertyGroup >
13
+ </Project >
Original file line number Diff line number Diff line change 36
36
</PackageReference >
37
37
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.0.5350001-beta-fc119b98" />
38
38
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.2.0-beta01-SNAPSHOT" />
39
- <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 1.0.0-beta4-10082 " />
39
+ <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 1.0.0-beta6 " />
40
40
<PackageReference Include =" Microsoft.Azure.WebJobs" Version =" 3.0.2" />
41
41
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 3.0.1" />
42
42
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.0" />
Original file line number Diff line number Diff line change 37
37
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.1.1" />
38
38
<PackageReference Include =" Microsoft.Azure.DocumentDB.Core" Version =" 2.1.2" />
39
39
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
40
- <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 1.0.0-beta4-10082 " />
40
+ <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 1.0.0-beta6 " />
41
41
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 3.0.2" />
42
42
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.2.0-beta01-SNAPSHOT" />
43
43
<PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
You can’t perform that action at this time.
0 commit comments