File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ install:
24
24
$env:CommitHash = "$env:APPVEYOR_REPO_COMMIT"
25
25
Install-Product node 10.0.0 x86
26
26
Invoke-WebRequest -Uri 'https://dot.net/v1/dotnet-install.ps1' -UseBasicParsing -OutFile "$env:temp\dotnet-install.ps1"
27
- & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '3.0.100-rc1-014190 ' -InstallDir "$env:ProgramFiles\dotnet"
27
+ & $env:temp\dotnet-install.ps1 -Architecture x64 -Version '3.0.100' -InstallDir "$env:ProgramFiles\dotnet"
28
28
29
29
build_script :
30
30
- ps : |
Original file line number Diff line number Diff line change 72
72
</ItemGroup >
73
73
74
74
<ItemGroup >
75
- <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.0.0-rc1.19457.4 " />
76
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.0.0-rc1.19457.4 " />
75
+ <PackageReference Include =" Microsoft.AspNetCore.Authentication.JwtBearer" Version =" 3.0.0" />
76
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version =" 3.0.0" />
77
77
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.0.8100001-0126c21e" />
78
78
<PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.0.3" />
79
79
<PackageReference Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 3.0.14" />
Original file line number Diff line number Diff line change 45
45
<PackageReference Include =" Microsoft.Build" Version =" 15.8.166" />
46
46
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.8.2" />
47
47
<PackageReference Include =" Microsoft.DotNet.PlatformAbstractions" Version =" 2.1.0" />
48
- <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 3.0.0-rc1.19456.10 " />
48
+ <PackageReference Include =" Microsoft.Extensions.Hosting.Abstractions" Version =" 3.0.0" />
49
49
<PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.2.0" />
50
50
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.2.0" />
51
51
<PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.2.0" />
Original file line number Diff line number Diff line change 34
34
<PackageReference Include =" Microsoft.AspNet.WebApi.Core" Version =" 5.2.6" >
35
35
<NoWarn >NU1701</NoWarn >
36
36
</PackageReference >
37
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0.0-rc1.19457.4 " />
37
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0.0" />
38
38
<PackageReference Include =" Microsoft.Azure.DocumentDB.Core" Version =" 2.3.0" />
39
39
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
40
40
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 1.1.1" />
Original file line number Diff line number Diff line change 49
49
50
50
<ItemGroup >
51
51
<PackageReference Include =" appinsights.testlogger" Version =" 1.0.0" />
52
- <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0.0-rc1.19457.4 " />
52
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 3.0.0" />
53
53
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.8.0" />
54
54
<PackageReference Include =" Moq" Version =" 4.9.0" />
55
55
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.0-beta004" />
You can’t perform that action at this time.
0 commit comments