Upgraded to dotnetcore 3.1

as per migration recommendations
This commit is contained in:
David Barker
2020-01-24 10:21:11 +08:00
4 changed files with 19 additions and 29 deletions
+1 -5
View File
@@ -1,8 +1,4 @@
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Threading.Tasks;
using System.IO;
using Microsoft.AspNetCore.Hosting;
using Microsoft.Extensions.Hosting;