Skip to content

Commit 13a43aa

Browse files
authored
[pack] Updated Webjobs SDKs (#7151)
Updated nuget references and deps.json
1 parent acd3229 commit 13a43aa

File tree

3 files changed

+109
-79
lines changed

3 files changed

+109
-79
lines changed

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk.Web">
1+
<Project Sdk="Microsoft.NET.Sdk.Web">
22
<Import Project="..\..\build\common.props" />
33
<Import Project="..\..\build\python.props" />
44
<PropertyGroup>
@@ -67,10 +67,10 @@
6767
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.0.11020001-fabe022e" />
6868
<PackageReference Include="Microsoft.Azure.Services.AppAuthentication" Version="1.0.3" />
6969
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />
70-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.26" />
70+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.27" />
7171
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="4.0.1" />
7272
<PackageReference Include="Microsoft.Azure.KeyVault" Version="3.0.3" />
73-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="4.0.1" />
73+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging" Version="4.0.2" />
7474
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.91-alpha" />
7575
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="2.2.3" />
7676
<!-- The System.Interactive.Async assembly is required to be deployed. See https://github.com/Azure/azure-functions-host/issues/6203 -->

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<Project Sdk="Microsoft.NET.Sdk">
1+
<Project Sdk="Microsoft.NET.Sdk">
22
<Import Project="..\..\build\common.props" />
33
<PropertyGroup>
44
<PackageId>Microsoft.Azure.WebJobs.Script</PackageId>
@@ -44,10 +44,10 @@
4444
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="2.1.0" />
4545
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS6" Version="3.0.630" />
4646
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.629" />
47-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.26" />
48-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.2" />
47+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.27" />
48+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.3" />
4949
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.10" />
50-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.26" />
50+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.27" />
5151
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.2-preview" />
5252
<PackageReference Include="Microsoft.Build" Version="15.8.166" />
5353
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" />

0 commit comments

Comments
 (0)