Skip to content

Commit 464bdc4

Browse files
authored
Updating Microsoft.Azure.WebJobs.Script.WebHost package to 4.23.2 (#3439)
1 parent 090525f commit 464bdc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.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" InitialTargets="ExcludeWorkersFromReadyToRun">
1+
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
22
<PropertyGroup>
33
<OutputType>Exe</OutputType>
44
<TargetFramework>net6.0</TargetFramework>
@@ -273,7 +273,7 @@
273273
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
274274
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
275275
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
276-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.23.0" />
276+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.23.2" />
277277
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
278278
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
279279
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />

0 commit comments

Comments
 (0)