Skip to content

Commit

Permalink
Work around issue with .NET SDK and Mercurial4Chorus
Browse files Browse the repository at this point in the history
  • Loading branch information
rmunn committed Nov 11, 2024
1 parent 69e201a commit 4098c47
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/FwHeadless/FwHeadless.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<Mercurial4ChorusDestDir>$(MSBuildProjectDirectory)</Mercurial4ChorusDestDir>
<!-- MSBuild complains about duplicate Content item "Mercurial/contrib/asv.conf.json" without this -->
<EnableDefaultContentItems>false</EnableDefaultContentItems>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 4098c47

Please sign in to comment.