Skip to content

Commit

Permalink
Remove Microsoft Logging Dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
enusbaum committed Nov 13, 2024
1 parent 26a7636 commit 26dd054
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions ADNES/ADNES.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
<LangVersion>latest</LangVersion>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.2" />
</ItemGroup>
<ItemGroup>
<InternalsVisibleTo Include="ADNES.Tests" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion ADNES/Cartridge/NESCartridge.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
using ADNES.Cartridge.Mappers.Enums;
using ADNES.Cartridge.Mappers.impl;
using ADNES.Common.Extensions;
using Microsoft.Extensions.Logging;

namespace ADNES.Cartridge
{
Expand Down

0 comments on commit 26dd054

Please sign in to comment.