Skip to content
This repository has been archived by the owner on May 1, 2024. It is now read-only.

Commit

Permalink
Add ProjectCapability to targets file (#1164)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Smith committed Sep 27, 2017
1 parent 8711ff3 commit 4382364
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .nuspec/Xamarin.Forms.targets
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,11 @@
XamlC;
</CompileDependsOn>
</PropertyGroup>


<ItemGroup>
<ProjectCapability Include="XamarinForms" />
</ItemGroup>

<Target Name="UpdateDesignTimeXaml" DependsOnTargets="XamlG"/>

<Target Name="XamlG" DependsOnTargets="$(XamlGDependsOn)"/>
Expand Down

0 comments on commit 4382364

Please sign in to comment.