Skip to content

Commit

Permalink
chore: Attempt to fix build issue 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dr1rrb committed Dec 1, 2022
1 parent e0b6f46 commit 458b6fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<ProjectReference Include="$(MSBuildThisFileDirectory)\Uno.Extensions.Core.Generators\Uno.Extensions.Core.Generators.csproj">
<ReferenceOutputAssembly>false</ReferenceOutputAssembly>
<SkipGetTargetFrameworkProperties>true</SkipGetTargetFrameworkProperties>
<UndefineProperties>TargetFramework</UndefineProperties>
<UndefineProperties>TargetFramework;RuntimeIdentifiers;RuntimeIdentifier</UndefineProperties>
</ProjectReference>
</ItemGroup>
</When>
Expand Down

0 comments on commit 458b6fb

Please sign in to comment.