diff --git a/src/Oakton/CommandFactory.cs b/src/Oakton/CommandFactory.cs index c2b009d3..35e65478 100644 --- a/src/Oakton/CommandFactory.cs +++ b/src/Oakton/CommandFactory.cs @@ -5,10 +5,9 @@ using System.Text.RegularExpressions; using JasperFx.Core; using JasperFx.Core.Reflection; -using JasperFx.TypeDiscovery; +using JasperFx.Core.TypeScanning; using Microsoft.Extensions.Hosting; using Oakton.Help; -using Oakton.Internal; using Oakton.Parsing; using Spectre.Console; diff --git a/src/Oakton/Oakton.csproj b/src/Oakton/Oakton.csproj index 8d1d1a71..92485602 100644 --- a/src/Oakton/Oakton.csproj +++ b/src/Oakton/Oakton.csproj @@ -2,7 +2,7 @@ Command Line Parsing and Execution Oakton - 6.0.1 + 6.0.2 Jeremy D. Miller net6.0;net7.0 portable @@ -17,8 +17,7 @@ jasper-icon.png - - +