Skip to content

Commit aba4c4b

Browse files
committed
bumping extensions version (for timer) (#10862)
1 parent 420a468 commit aba4c4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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>
@@ -54,7 +54,7 @@
5454
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
5555
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />
5656
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
57-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.1.0-12067" />
57+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.2.0-12235" />
5858
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
5959
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />
6060
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.4-preview" />

0 commit comments

Comments
 (0)