From 5a96c1d4c547f4a467e830e056c1069463facd1e Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Sun, 15 Nov 2020 21:17:11 +0000 Subject: [PATCH] --- Program.cs | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Program.cs b/Program.cs index 82ffc88..84b0750 100644 --- a/Program.cs +++ b/Program.cs @@ -1,11 +1,5 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Threading.Tasks; -using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; +using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.Hosting; -using Microsoft.Extensions.Logging; namespace rockfishCore {