File tree Expand file tree Collapse file tree 7 files changed +12
-12
lines changed
WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 7 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 26
26
<PackageReference Include =" Grpc.Tools" Version =" 1.18.0" >
27
27
<PrivateAssets >All</PrivateAssets >
28
28
</PackageReference >
29
- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.1.1 " />
30
- <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.1.1 " />
29
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.2.0 " />
30
+ <PackageReference Include =" Microsoft.Extensions.Configuration" Version =" 2.2.0 " />
31
31
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
32
32
<PackageReference Include =" StyleCop.Analyzers" Version =" 1.1.0-beta004" >
33
33
<PrivateAssets >all</PrivateAssets >
Original file line number Diff line number Diff line change 2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<OutputType >Exe</OutputType >
5
- <TargetFramework >netcoreapp2.1 </TargetFramework >
5
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
6
6
<Version >2.0.0$(VersionSuffix)</Version >
7
7
</PropertyGroup >
8
8
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
Original file line number Diff line number Diff line change 50
50
</ItemGroup >
51
51
52
52
<ItemGroup >
53
- <PackageReference Include =" Microsoft.AspNetCore.App" Version =" 2.2.0 " />
53
+ <PackageReference Include =" Microsoft.AspNetCore.App" Version =" 2.2.1 " />
54
54
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.0.6830001-df202c6c" />
55
55
<PackageReference Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 3.0.4" />
56
56
<PackageReference Include =" Microsoft.Azure.WebJobs.Logging" Version =" 3.0.4" />
Original file line number Diff line number Diff line change 31
31
<PackageReference Include =" Google.Protobuf" Version =" 3.6.1" />
32
32
<PackageReference Include =" Grpc.Core" Version =" 1.18.0" />
33
33
<PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.7.2" />
34
- <PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.1.3 " >
34
+ <PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.2.0 " >
35
35
<NoWarn >NU1701</NoWarn >
36
36
</PackageReference >
37
37
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.0.6830001-df202c6c" />
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.Logging" Version =" 2.1.1 " />
49
- <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.1.1 " />
50
- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.1.1 " />
48
+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 2.2.0 " />
49
+ <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 2.2.0 " />
50
+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 2.2.0 " />
51
51
<PackageReference Include =" Newtonsoft.Json" Version =" 11.0.2" />
52
52
<PackageReference Include =" NuGet.Frameworks" Version =" 4.7.0" />
53
53
<PackageReference Include =" NuGet.LibraryModel" Version =" 4.7.0" />
Original file line number Diff line number Diff line change 1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
2
3
3
<PropertyGroup >
4
- <TargetFramework >netcoreapp2.1 </TargetFramework >
4
+ <TargetFramework >netcoreapp2.2 </TargetFramework >
5
5
</PropertyGroup >
6
6
7
7
<PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.0-10697 " />
20
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.2 " />
21
21
</ItemGroup >
22
22
23
23
</Project >
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 =" 2.1.1 " />
37
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.2.0 " />
38
38
<PackageReference Include =" Microsoft.Azure.DocumentDB.Core" Version =" 2.1.2" />
39
39
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
40
40
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 1.0.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 =" 2.1.1 " />
52
+ <PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 2.2.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