Skip to content

Commit

Permalink
Change copying behavior to Always, because it goes wrong too often, c…
Browse files Browse the repository at this point in the history
…ausing segfaults
  • Loading branch information
chtenb committed Dec 13, 2024
1 parent 205b77d commit 371a426
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rubjerg.Graphviz/Rubjerg.Graphviz.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<ItemGroup>
<None Update="*.dll;*.lib;*.pdb;*.exp;*.exe;config6">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<Pack>true</Pack>
<PackageCopyToOutput>true</PackageCopyToOutput>
</None>
Expand Down

0 comments on commit 371a426

Please sign in to comment.