Skip to content

Commit cfcfbe2

Browse files
azfuncbrettsam
authored andcommitted
Updated nuget references
1 parent c3d49eb commit cfcfbe2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 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>
@@ -134,4 +134,4 @@
134134
</CreateItem>
135135
</Target>
136136

137-
</Project>
137+
</Project>

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 2 additions & 2 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>
@@ -49,7 +49,7 @@
4949
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.23" />
5050
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.1" />
5151
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.8" />
52-
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.22" />
52+
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.23" />
5353
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.2-preview" />
5454
<PackageReference Include="Microsoft.Build" Version="15.8.166" />
5555
<PackageReference Include="Microsoft.CodeAnalysis.CSharp.Scripting" Version="3.3.1" />

0 commit comments

Comments
 (0)