We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f7c168 commit 88e6f77Copy full SHA for 88e6f77
samples/ScheduleDemo/Program.cs
@@ -1,7 +1,10 @@
1
// Copyright (c) Microsoft Corporation.
2
// Licensed under the MIT License.
3
-
+using Microsoft.DurableTask.Client;
4
+using Microsoft.DurableTask.Client.AzureManaged;
5
using Microsoft.DurableTask.ScheduledTasks;
6
+using Microsoft.DurableTask.Worker;
7
+using Microsoft.DurableTask.Worker.AzureManaged;
8
using Microsoft.Extensions.DependencyInjection;
9
using Microsoft.Extensions.Hosting;
10
using Microsoft.Extensions.Logging;
0 commit comments