Skip to content

Commit

Permalink
Merge pull request #52 from CommunityToolkit/fix/macos-ios-building
Browse files Browse the repository at this point in the history
Fixed MacOS and iOS projects not building properly
  • Loading branch information
michael-hawker authored Mar 25, 2022
2 parents 9313ae1 + 07cfca0 commit 566d1e4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Common/Labs.Head.props
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,9 @@

<ItemGroup>
<ProjectReference Include="$(RepositoryDirectory)Common\CommunityToolkit.Labs.Core.SourceGenerators\CommunityToolkit.Labs.Core.SourceGenerators.csproj"
SetTargetFramework="TargetFramework=netstandard2.0"
OutputItemType="Analyzer" ReferenceOutputAssembly="true" />
OutputItemType="None" ReferenceOutputAssembly="true" />

<Analyzer Include="$(RepositoryDirectory)Common\CommunityToolkit.Labs.Core.SourceGenerators\bin\$(Configuration)\netstandard2.0\CommunityToolkit.Labs.Core.SourceGenerators.dll" />
</ItemGroup>

</Project>

0 comments on commit 566d1e4

Please sign in to comment.