Skip to content

Commit 1461acc

Browse files
authored
update host version 4.6.1 (#3083)
1 parent 587e44b commit 1461acc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Azure.Functions.Cli/Azure.Functions.Cli.csproj

+2-2
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>
@@ -159,7 +159,7 @@
159159
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
160160
<PackageReference Include="Microsoft.AspNetCore.DataProtection" Version="2.2.0" />
161161
<PackageReference Include="Microsoft.Azure.DurableTask.AzureStorage.Internal" Version="1.4.0" />
162-
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.5.2" />
162+
<PackageReference Include="Microsoft.Azure.WebJobs.Script.WebHost" Version="4.6.1" />
163163
<PackageReference Include="Microsoft.Build" Version="17.0.0" />
164164
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
165165
<PackageReference Include="WindowsAzure.Storage" Version="9.3.1" />

0 commit comments

Comments
 (0)