Skip to content

Commit 24ec4e4

Browse files
committed
Updating webjobs sdk to "3.0.34-11937"
1 parent 83f37e6 commit 24ec4e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.4.15" />
7575
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7676
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />
77-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.33-11924" />
77+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.34-11937" />
7878
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.0-beta.1" />
7979
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.91-alpha" />
8080
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="$(IdentityDependencyVersion)" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Azure.Core" Version="1.19.0" />
4343
<PackageReference Include="Azure.Identity" Version="1.4.1" />
4444
<PackageReference Include="Azure.Storage.Blobs" Version="12.9.0" />
45-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.33-11924" />
45+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.34-11937" />
4646
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.20.0" />
4747
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.20.0" />
4848
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.20.0" />

0 commit comments

Comments
 (0)