Skip to content

Commit

Permalink
Use RoslynCodeTaskFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Sep 19, 2023
1 parent 8c767e6 commit 5406578
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ProjectHeads/Tasks/CheckMultiTarget.props
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
4. Always use fully qualified namespaces in inline tasks to ensure all types are recognized correctly. This can avoid issues where certain types or methods are not found.
-->
<UsingTask TaskName="CheckMultiTarget" TaskFactory="CodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll">
<UsingTask TaskName="CheckMultiTarget" TaskFactory="RoslynCodeTaskFactory" AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll">
<ParameterGroup>
<FilePath ParameterType="Microsoft.Build.Framework.ITaskItem" Required="true" Output="true" />
<MultiTargetIdentifier ParameterType="System.String" Required="true" />
Expand Down

0 comments on commit 5406578

Please sign in to comment.