Remove unused namespaces from Worker template Program.cs (#8574)
Follow-up to 17344cd37f
This commit is contained in:
parent
aa89639d62
commit
69732c9ecc
|
|
@ -3,10 +3,8 @@ using System.Collections.Generic;
|
|||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Threading.Tasks;
|
||||
using Microsoft.Extensions.Configuration;
|
||||
using Microsoft.Extensions.DependencyInjection;
|
||||
using Microsoft.Extensions.Hosting;
|
||||
using Microsoft.Extensions.Logging;
|
||||
|
||||
namespace Company.Application1
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue