Skip to content
This repository was archived by the owner on Jun 20, 2023. It is now read-only.

Commit e351090

Browse files
committed
Add missing privateassets="none"
This will make the dependency exclude="none" in the nuspec which is not the default (by default build/ is excluded from dependencies which is not good for us)
1 parent a3a97e6 commit e351090

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/AndroidSupportProject.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@
135135
<!-- some additional fixes -->
136136
@if (@Model.NuGetPackageId == "Xamarin.Android.Support.Transition")
137137
{
138-
<ProjectReference Include="..\com.android.support.support-fragment\com.android.support.support-fragment.csproj" />
138+
<ProjectReference Include="..\com.android.support.support-fragment\com.android.support.support-fragment.csproj" PrivateAssets="none" />
139139
}
140140
</ItemGroup>
141141

0 commit comments

Comments
 (0)