File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 54
54
<PackageReference Include =" Microsoft.AspNetCore.App" Version =" 2.2.5" />
55
55
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.0.8100001-0126c21e" />
56
56
<PackageReference Include =" Microsoft.Azure.Services.AppAuthentication" Version =" 1.0.3" />
57
- <PackageReference Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 3.0.10 " />
58
- <PackageReference Include =" Microsoft.Azure.WebJobs.Logging" Version =" 3.0.10 " />
57
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Host.Storage" Version =" 3.0.11 " />
58
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Logging" Version =" 3.0.11 " />
59
59
<PackageReference Include =" Microsoft.Azure.KeyVault" Version =" 3.0.3" />
60
60
<PackageReference Include =" Microsoft.Azure.WebSites.DataProtection" Version =" 2.1.88-alpha" />
61
61
<PackageReference Include =" System.Net.Primitives" Version =" 4.3.0" />
Original file line number Diff line number Diff line change 41
41
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 1.5.0" />
42
42
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 1.0.3" />
43
43
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker" Version =" 0.1.120-preview" />
44
- <PackageReference Include =" Microsoft.Azure.WebJobs" Version =" 3.0.10 " />
45
- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 3.0.2 " />
46
- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.2 " />
47
- <PackageReference Include =" Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version =" 3.0.10 " />
44
+ <PackageReference Include =" Microsoft.Azure.WebJobs" Version =" 3.0.11 " />
45
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 3.0.3 " />
46
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.4 " />
47
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version =" 3.0.11 " />
48
48
<PackageReference Include =" Microsoft.Build" Version =" 15.8.166" />
49
49
<PackageReference Include =" Microsoft.CodeAnalysis.CSharp.Scripting" Version =" 2.8.2" />
50
50
<PackageReference Include =" Microsoft.DotNet.PlatformAbstractions" Version =" 2.1.0" />
Original file line number Diff line number Diff line change 17
17
</PropertyGroup >
18
18
19
19
<ItemGroup >
20
- <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.2 " />
20
+ <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.0.4 " />
21
21
</ItemGroup >
22
22
23
23
</Project >
You can’t perform that action at this time.
0 commit comments