Skip to content

Commit

Permalink
Use RoslynCodeTaskFactory to make it cross-platform. Resolves #1
Browse files Browse the repository at this point in the history
  • Loading branch information
augustoproiete committed Feb 7, 2021
1 parent 8e0c775 commit dd45ea4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IAmRoot.targets
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<Project ToolsVersion="15.0" InitialTargets="IAmRootDemo" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<UsingTask
TaskName="IAmRoot"
TaskFactory="CodeTaskFactory"
TaskFactory="RoslynCodeTaskFactory"
AssemblyFile="$(MSBuildToolsPath)\Microsoft.Build.Tasks.Core.dll" >
<ParameterGroup />
<Task>
Expand Down

0 comments on commit dd45ea4

Please sign in to comment.