Skip to content

Commit

Permalink
temp commit for sync, this will be cover
Browse files Browse the repository at this point in the history
  • Loading branch information
Dynesshely committed Aug 5, 2023
1 parent 16c8f36 commit 7077eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KitX.KXP.Tool/KitX.KXP.Tool.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\KitX Standard\KitX File Formats\KitX.File.Formats.KXP\KitX.File.Formats.KXP.csproj" />
<ProjectReference Include="..\..\KitX Standard\KitX File Formats\KitX.Formats.KXP\KitX.Formats.KXP.csproj" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion KitX.KXP.Tool/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using Common.BasicHelper.Utils.Extensions;
using KitX.KXP.Tool;
using System.Text;
using Encoder = KitX.File.Formats.KXP.Encoder;
using Encoder = KitX.Formats.KXP.Encoder;

Parser.Default.ParseArguments<Options, PackOptions>(args)
.WithParsed<PackOptions>(options =>
Expand Down

0 comments on commit 7077eac

Please sign in to comment.