diff --git a/src/Program.cs b/src/Program.cs index 7cbece6..b93d925 100644 --- a/src/Program.cs +++ b/src/Program.cs @@ -1,12 +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.Extensions.Hosting; -using Microsoft.Extensions.Logging; namespace VsixGallery { diff --git a/src/Startup.cs b/src/Startup.cs index fb4cfc6..cead469 100644 --- a/src/Startup.cs +++ b/src/Startup.cs @@ -1,4 +1,3 @@ - using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Rewrite; @@ -6,11 +5,10 @@ using Microsoft.Extensions.DependencyInjection; using Microsoft.Extensions.FileProviders; using Microsoft.Extensions.Hosting; -using Microsoft.Extensions.Options; using System; using System.IO; -using WebMarkupMin.AspNetCore2; +using WebMarkupMin.AspNetCore6; using WebMarkupMin.Core; namespace VsixGallery diff --git a/src/VsixGallery.csproj b/src/VsixGallery.csproj index e3eb69d..2183917 100644 --- a/src/VsixGallery.csproj +++ b/src/VsixGallery.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1 + net6.0 @@ -9,19 +9,19 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive - - + + - - - - + + + + - + - +