Skip to content

Commit

Permalink
Updating Microsoft.Azure.WebJobs.Script.WebHost package to 4.23.2 (#3439
Browse files Browse the repository at this point in the history
)
  • Loading branch information
soninaren authored Aug 30, 2023
1 parent 090525f commit 464bdc4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Azure.Functions.Cli/Azure.Functions.Cli.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
<Project Sdk="Microsoft.NET.Sdk" InitialTargets="ExcludeWorkersFromReadyToRun">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
Expand Down Expand Up @@ -273,7 +273,7 @@
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.21.0" />
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.23.0" />
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.23.2" />
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />
Expand Down

0 comments on commit 464bdc4

Please sign in to comment.