Skip to content

Commit

Permalink
cherry pick
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinRansom committed Oct 22, 2024
1 parent c3eb162 commit 06c6fb7
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/FSharp.Build/Microsoft.FSharp.NetSdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,22 @@ WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and
<PackageReference>
<GeneratePathProperty>true</GeneratePathProperty>
</PackageReference>

<CompileFirst>
<CompileOrder>CompileFirst</CompileOrder>
</CompileFirst>

<CompileBefore>
<CompileOrder>CompileBefore</CompileOrder>
</CompileBefore>

<CompileAfter>
<CompileOrder>CompileAfter</CompileOrder>
</CompileAfter>

<CompileLast>
<CompileOrder>CompileLast</CompileOrder>
</CompileLast>
</ItemDefinitionGroup>

</Project>

0 comments on commit 06c6fb7

Please sign in to comment.