Skip to content

Commit

Permalink
Remove project reference in BF Emulator Interface
Browse files Browse the repository at this point in the history
  • Loading branch information
AnimatedSwine37 committed Nov 10, 2023
1 parent ba0c7da commit 245c445
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,4 @@
<Nullable>enable</Nullable>
</PropertyGroup>

<ItemGroup>
<ProjectReference Include="..\..\..\FileEmulationFramework.Lib\FileEmulationFramework.Lib.csproj" />
</ItemGroup>

</Project>
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
using FileEmulationFramework.Lib.IO;

namespace BF.File.Emulator.Interfaces.Structures.IO;
namespace BF.File.Emulator.Interfaces.Structures.IO;


/// <summary>
Expand Down

0 comments on commit 245c445

Please sign in to comment.