Skip to content

Commit

Permalink
eliminated JasperFx.TypeDiscovery dependency. Bumped to 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremydmiller committed Jun 26, 2023
1 parent 0f217b9 commit b17b64a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/Oakton/CommandFactory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
5 changes: 2 additions & 3 deletions src/Oakton/Oakton.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<PropertyGroup>
<Description>Command Line Parsing and Execution</Description>
<AssemblyTitle>Oakton</AssemblyTitle>
<PackageVersion>6.0.1</PackageVersion>
<PackageVersion>6.0.2</PackageVersion>
<Authors>Jeremy D. Miller</Authors>
<TargetFrameworks>net6.0;net7.0</TargetFrameworks>
<DebugType>portable</DebugType>
Expand All @@ -17,8 +17,7 @@
<PackageIcon>jasper-icon.png</PackageIcon>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="JasperFx.TypeDiscovery" Version="1.0.0" />
<PackageReference Include="JasperFx.Core" Version="1.0.0" />
<PackageReference Include="JasperFx.Core" Version="1.4.0" />
<PackageReference Include="Spectre.Console" Version="0.46.0" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="[6.0.0,8.0.0)" />
</ItemGroup>
Expand Down

0 comments on commit b17b64a

Please sign in to comment.