Updated to remove future tense

Signed-off-by: Whit Waldo <whit.waldo@innovian.net>
This commit is contained in:
Whit Waldo 2025-01-23 12:02:35 -06:00
parent 7f6daad698
commit 073973c5d3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Create an ASP.NET Core project and add the latest version of `Dapr.Jobs` from Nu
> **Note:** While it's not strictly necessary
for your project to use the `Microsoft.NET.Sdk.Web` SDK to create jobs, as of the time this documentation is authored,
only the service that schedules a job will receive trigger invocations for it. As those invocations expect an endpoint
only the service that schedules a job receives trigger invocations for it. As those invocations expect an endpoint
that can handle the job trigger and requires the `Microsoft.NET.Sdk.Web` SDK, it's recommended that you
use an ASP.NET Core project for this purpose.