Skip to content

Commit

Permalink
Moved the missing missing Microsoft.CodeAnalysis.CSharp
Browse files Browse the repository at this point in the history
It was happening after compile instead of before.
  • Loading branch information
ByronMayne committed Jun 18, 2024
1 parent c6f2fb7 commit d81ca77
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
</Target>

<!-- Validates that 'Microsoft.CodeAnalysis.CSharp of any version is referenced -->
<Target Name="SGF_CodeAnalysisIsReferenced"
AfterTargets="CoreCompile">
<Target Name="SGF_CodeAnalysisIsReferenced"
BeforeTargets="CoreCompile">
<ItemGroup>
<CodeAnalysisReference
Include="@(Reference)"
Expand Down

0 comments on commit d81ca77

Please sign in to comment.