Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit 11acb94

Browse files
Merge pull request #768 from PureKrome/remove-redundant-background-tasks-class
Reference class from .NET Core 2.1 instead of a copy. - Thanks! - Good catch! This code should be using the final implementation from the NuGet package. Merging the change.
2 parents 7b41a2b + 0904bdb commit 11acb94

File tree

2 files changed

+1
-82
lines changed

2 files changed

+1
-82
lines changed

src/Services/Ordering/Ordering.BackgroundTasks/Tasks/Base/BackgroundTask.cs

Lines changed: 0 additions & 81 deletions
This file was deleted.

src/Services/Ordering/Ordering.BackgroundTasks/Tasks/GracePeriodManagerTask.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
using Dapper;
22
using Microsoft.eShopOnContainers.BuildingBlocks.EventBus.Abstractions;
3+
using Microsoft.Extensions.Hosting;
34
using Microsoft.Extensions.Logging;
45
using Microsoft.Extensions.Options;
56
using Ordering.BackgroundTasks.Configuration;
67
using Ordering.BackgroundTasks.IntegrationEvents;
7-
using Ordering.BackgroundTasks.Tasks.Base;
88
using System;
99
using System.Collections.Generic;
1010
using System.Data.SqlClient;

0 commit comments

Comments
 (0)