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

Commit 7338492

Browse files
committed
Add missing unspecified dependency on solver
1 parent 7a3ffd8 commit 7338492

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

constraint-layout/nuget/Xamarin.Android.Support.Constraint.Layout.nuspec

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
<projectUrl>https://github.com/xamarin/AndroidSupportComponents/</projectUrl>
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/GooglePlayServicesComponents/master/icons/constraint-layout_128x128.png</iconUrl>
15+
<dependencies>
16+
<dependency id="Xamarin.Android.Support.Constraint.Layout.Solver" version="[$version$]"/>
17+
</dependencies>
1518
</metadata>
1619
<files>
1720
<file src="output/Xamarin.Android.Support.Constraint.Layout.dll" target="lib/MonoAndroid70" />

0 commit comments

Comments
 (0)