Skip to content

Commit e19de44

Browse files
committed
fix
1 parent e162815 commit e19de44

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

src/Extensions/Azure/DurableTaskSchedulerExtensions.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using Azure.Core;
1+
// ------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation.All rights reserved.
3+
// ------------------------------------------------------------
4+
5+
using Azure.Core;
26
using Microsoft.DurableTask.Client;
37
using Microsoft.DurableTask.Worker;
48

src/Extensions/Azure/DurableTaskSchedulerOptions.cs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
using System.Globalization;
1+
// ------------------------------------------------------------
2+
// Copyright (c) Microsoft Corporation.All rights reserved.
3+
// ------------------------------------------------------------
4+
5+
using System.Globalization;
26
using Azure.Core;
37
using Azure.Identity;
48

0 commit comments

Comments
 (0)