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

Commit

Permalink
Fix nuspec file to install DefaultItems.targets in PCL projects (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Smith authored Sep 27, 2017
1 parent 7c397b6 commit 3fb8f6a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .nuspec/Xamarin.Forms.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@

<!--Xaml PCL Stuff-->
<file src="Xamarin.Forms.targets" target="build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms$IdAppend$.targets" />
<file src="Xamarin.Forms.DefaultItems.targets" target="build\portable-win+net45+wp80+win81+wpa81\Xamarin.Forms.DefaultItems.targets" />
<file src="..\Xamarin.Forms.Build.Tasks\bin\$Configuration$\Xamarin.Forms.Build.Tasks.dll" target="build\portable-win+net45+wp80+win81+wpa81" />
<file src="..\Xamarin.Forms.Build.Tasks\bin\$Configuration$\Xamarin.Forms.Core.dll" target="build\portable-win+net45+wp80+win81+wpa81" />
<file src="..\Xamarin.Forms.Build.Tasks\bin\$Configuration$\Xamarin.Forms.Xaml.dll" target="build\portable-win+net45+wp80+win81+wpa81" />
Expand Down

0 comments on commit 3fb8f6a

Please sign in to comment.