Skip to content

Commit b433f43

Browse files
Bump Microsoft.Azure.Functions.Worker.Extensions.Timer
Bumps [Microsoft.Azure.Functions.Worker.Extensions.Timer](https://github.com/Azure/azure-functions-dotnet-worker) from 4.1.0 to 4.2.0. - [Release notes](https://github.com/Azure/azure-functions-dotnet-worker/releases) - [Changelog](https://github.com/Azure/azure-functions-dotnet-worker/blob/main/release_notes.md) - [Commits](https://github.com/Azure/azure-functions-dotnet-worker/commits/timer-4.2.0) --- updated-dependencies: - dependency-name: Microsoft.Azure.Functions.Worker.Extensions.Timer dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b988ae2 commit b433f43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ApiService/ApiService/ApiService.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Storage" Version="5.0.1" />
1818
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.EventGrid" Version="2.1.0" />
1919
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Http" Version="3.0.13" />
20-
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.1.0" />
20+
<PackageReference Include="Microsoft.Azure.Functions.Worker.Extensions.Timer" Version="4.2.0" />
2121

2222
<!-- When possible, we should switch these to the Azure.ResourceManager equivalent -->
2323
<PackageReference Include="Microsoft.Azure.Management.OperationalInsights" Version="0.24.0-preview" />

0 commit comments

Comments
 (0)