Skip to content

Commit

Permalink
Implement source generator workaround for ios/wasm
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Mar 25, 2022
1 parent d64c1a2 commit 07cfca0
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 07cfca0

Please sign in to comment.