Skip to content

Commit

Permalink
* add 1.5 support
Browse files Browse the repository at this point in the history
version bump
  • Loading branch information
harleyknd1 committed Mar 18, 2024
1 parent de128ee commit fd492fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
6 changes: 3 additions & 3 deletions toolkitcore/ToolkitCore.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.4.3525" />
<PackageReference Include="Lib.Harmony" Version="2.2.2" ExcludeAssets="runtime">
<PackageReference Include="Krafs.Rimworld.Ref" Version="1.5.4035-beta" />
<PackageReference Include="Lib.Harmony" Version="2.3.1.1" ExcludeAssets="runtime">
<IncludeAssets>compile; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>
Expand Down Expand Up @@ -91,7 +91,7 @@
</PostBuildEvent>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="NuGet.CommandLine" Version="6.3.1">
<PackageReference Include="NuGet.CommandLine" Version="6.9.1">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Expand Down
10 changes: 1 addition & 9 deletions toolkitcore/Utilities/CommandInterface.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Input;
using ToolkitCore.Controllers;
using ToolkitCore.Interfaces;
using ToolkitCore.Models;
using System.Windows.Input;
using Verse;

namespace ToolkitCore.Utilities
Expand Down

0 comments on commit fd492fb

Please sign in to comment.