Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
chore: Replace the log library
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuisyuu committed Nov 20, 2023
1 parent 76f6928 commit 7f40b58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
4 changes: 1 addition & 3 deletions src/Events/Implements/Log.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Hosihikari.Logging;

namespace Hosihikari.Minecraft.Extension.Events.Implements;
namespace Hosihikari.Minecraft.Extension.Events.Implements;

public class Log
{
Expand Down
4 changes: 1 addition & 3 deletions src/GlobalService/Log.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using Hosihikari.Logging;

namespace Hosihikari.Minecraft.Extension.GlobalService;
namespace Hosihikari.Minecraft.Extension.GlobalService;

public static class Log
{
Expand Down
4 changes: 2 additions & 2 deletions src/Hosihikari.Minecraft.Extension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Hosihikari.Logging" Version="1.0.1" />
<PackageReference Include="Hosihikari.FastElfQuery" Version="1.0.0" />
<PackageReference Include="Hosihikari.NativeInterop" Version="1.0.5" />
<PackageReference Include="Microsoft.Extensions.Logging.Console" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
<Reference Include="Hosihikari.Minecraft">
<HintPath>..\..\Minecraft\src\bin\Release\net7.0\Hosihikari.Minecraft.dll</HintPath>
<HintPath>..\..\Minecraft\src\bin\Release\net8.0\Hosihikari.Minecraft.dll</HintPath>
</Reference>
</ItemGroup>

Expand Down

0 comments on commit 7f40b58

Please sign in to comment.