Skip to content

Commit 88e6f77

Browse files
committed
save
1 parent 5f7c168 commit 88e6f77

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

samples/ScheduleDemo/Program.cs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
// Copyright (c) Microsoft Corporation.
22
// Licensed under the MIT License.
3-
3+
using Microsoft.DurableTask.Client;
4+
using Microsoft.DurableTask.Client.AzureManaged;
45
using Microsoft.DurableTask.ScheduledTasks;
6+
using Microsoft.DurableTask.Worker;
7+
using Microsoft.DurableTask.Worker.AzureManaged;
58
using Microsoft.Extensions.DependencyInjection;
69
using Microsoft.Extensions.Hosting;
710
using Microsoft.Extensions.Logging;

0 commit comments

Comments
 (0)