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

Commit

Permalink
fix - Fixed targets
Browse files Browse the repository at this point in the history
---

We've fixed targets file that prevents the magic database file from being copied.

---

Type: fix
Breaking: False
Doc Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Apr 1, 2024
1 parent 4e15841 commit b495b7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FileMagic/FileMagic.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<None Include="FileMagic.targets" Pack="True" PackagePath="build" />
<None Include="FileMagicManaged.targets" Pack="True" PackagePath="build" />
<None Include="../assets/magic.mgc" Pack="True" PackagePath="magic" CopyToOutputDirectory="Always" />
</ItemGroup>

Expand Down
File renamed without changes.

0 comments on commit b495b7d

Please sign in to comment.