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

Commit ec04915

Browse files
committed
Make nuspec target Android 8.0
1 parent a41ab03 commit ec04915

File tree

33 files changed

+96
-96
lines changed

33 files changed

+96
-96
lines changed

animated-vector-drawable/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/animated-vector-drawable_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.Vector.Drawable" version="[$version$]"/>
1818
</group>
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="animated-vector-drawable/nuget/Xamarin.Android.Support.Animated.Vector.Drawable.targets" target="build/MonoAndroid70" />
22+
<file src="animated-vector-drawable/nuget/Xamarin.Android.Support.Animated.Vector.Drawable.targets" target="build/MonoAndroid80" />
2323

24-
<file src="output/Xamarin.Android.Support.Animated.Vector.Drawable.dll" target="lib/MonoAndroid70" />
24+
<file src="output/Xamarin.Android.Support.Animated.Vector.Drawable.dll" target="lib/MonoAndroid80" />
2525

2626
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
2727
</files>

appcompat-v7/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/v7-appcompat_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.Vector.Drawable" version="[$version$]"/>
1818
<dependency id="Xamarin.Android.Support.Animated.Vector.Drawable" version="[$version$]"/>
1919
<!-- Support V4 -->
@@ -26,9 +26,9 @@
2626
</dependencies>
2727
</metadata>
2828
<files>
29-
<file src="appcompat-v7/nuget/Xamarin.Android.Support.v7.AppCompat.targets" target="build/MonoAndroid70" />
29+
<file src="appcompat-v7/nuget/Xamarin.Android.Support.v7.AppCompat.targets" target="build/MonoAndroid80" />
3030

31-
<file src="output/Xamarin.Android.Support.v7.AppCompat.dll" target="lib/MonoAndroid70" />
31+
<file src="output/Xamarin.Android.Support.v7.AppCompat.dll" target="lib/MonoAndroid80" />
3232

3333
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
3434
</files>

cardview-v7/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/cardview_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.Annotations" version="[$version$]" />
1818
</group>
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="cardview-v7/nuget/Xamarin.Android.Support.v7.CardView.targets" target="build/MonoAndroid70" />
22+
<file src="cardview-v7/nuget/Xamarin.Android.Support.v7.CardView.targets" target="build/MonoAndroid80" />
2323

24-
<file src="output/Xamarin.Android.Support.v7.CardView.dll" target="lib/MonoAndroid70" />
24+
<file src="output/Xamarin.Android.Support.v7.CardView.dll" target="lib/MonoAndroid80" />
2525

2626
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
2727
</files>

customtabs/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/customtabs_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.Compat" version="[$version$]"/>
1818
</group>
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="customtabs/nuget/Xamarin.Android.Support.CustomTabs.targets" target="build/MonoAndroid70" />
22+
<file src="customtabs/nuget/Xamarin.Android.Support.CustomTabs.targets" target="build/MonoAndroid80" />
2323

24-
<file src="output/Xamarin.Android.Support.CustomTabs.dll" target="lib/MonoAndroid70" />
24+
<file src="output/Xamarin.Android.Support.CustomTabs.dll" target="lib/MonoAndroid80" />
2525

2626
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
2727
</files>

design/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/design_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="[$version$]"/>
1818
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="[$version$]"/>
1919
<dependency id="Xamarin.Android.Support.Transition" version="[$version$]"/>
@@ -28,9 +28,9 @@
2828
</dependencies>
2929
</metadata>
3030
<files>
31-
<file src="design/nuget/Xamarin.Android.Support.Design.targets" target="build/MonoAndroid70" />
31+
<file src="design/nuget/Xamarin.Android.Support.Design.targets" target="build/MonoAndroid80" />
3232

33-
<file src="output/Xamarin.Android.Support.Design.dll" target="lib/MonoAndroid70" />
33+
<file src="output/Xamarin.Android.Support.Design.dll" target="lib/MonoAndroid80" />
3434

3535
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
3636
</files>

exifinterface/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/exifinterface_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.Annotations" version="[$version$]" />
1818
</group>
1919
</dependencies>
2020
</metadata>
2121
<files>
22-
<file src="exifinterface/nuget/Xamarin.Android.Support.Exif.targets" target="build/MonoAndroid70" />
22+
<file src="exifinterface/nuget/Xamarin.Android.Support.Exif.targets" target="build/MonoAndroid80" />
2323

24-
<file src="output/Xamarin.Android.Support.Exif.dll" target="lib/MonoAndroid70" />
24+
<file src="output/Xamarin.Android.Support.Exif.dll" target="lib/MonoAndroid80" />
2525

2626
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
2727
</files>

gridlayout-v7/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/gridlayout_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.Compat" version="[$version$]"/>
1818
<dependency id="Xamarin.Android.Support.Core.UI" version="[$version$]"/>
1919
</group>
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="gridlayout-v7/nuget/Xamarin.Android.Support.v7.GridLayout.targets" target="build/MonoAndroid70" />
23+
<file src="gridlayout-v7/nuget/Xamarin.Android.Support.v7.GridLayout.targets" target="build/MonoAndroid80" />
2424

25-
<file src="output/Xamarin.Android.Support.v7.GridLayout.dll" target="lib/MonoAndroid70" />
25+
<file src="output/Xamarin.Android.Support.v7.GridLayout.dll" target="lib/MonoAndroid80" />
2626

2727
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
2828
</files>

leanback-v17/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/v17-leanback_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="[$version$]" />
1818
<!-- Support V4 -->
1919
<dependency id="Xamarin.Android.Support.Compat" version="[$version$]"/>
@@ -25,9 +25,9 @@
2525
</dependencies>
2626
</metadata>
2727
<files>
28-
<file src="leanback-v17/nuget/Xamarin.Android.Support.v17.Leanback.targets" target="build/MonoAndroid70" />
28+
<file src="leanback-v17/nuget/Xamarin.Android.Support.v17.Leanback.targets" target="build/MonoAndroid80" />
2929

30-
<file src="output/Xamarin.Android.Support.v17.Leanback.dll" target="lib/MonoAndroid70" />
30+
<file src="output/Xamarin.Android.Support.v17.Leanback.dll" target="lib/MonoAndroid80" />
3131

3232
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
3333
</files>

mediarouter-v7/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/v7-mediarouter_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="[$version$]"/>
1818
<dependency id="Xamarin.Android.Support.v7.Palette" version="[$version$]"/>
1919
</group>
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="mediarouter-v7/nuget/Xamarin.Android.Support.v7.MediaRouter.targets" target="build/MonoAndroid70" />
23+
<file src="mediarouter-v7/nuget/Xamarin.Android.Support.v7.MediaRouter.targets" target="build/MonoAndroid80" />
2424

25-
<file src="output/Xamarin.Android.Support.v7.MediaRouter.dll" target="lib/MonoAndroid70" />
25+
<file src="output/Xamarin.Android.Support.v7.MediaRouter.dll" target="lib/MonoAndroid80" />
2626

2727
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
2828
</files>

palette-v7/nuget/template.nuspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@
1313
<licenseUrl>https://github.com/xamarin/AndroidSupportComponents/blob/master/LICENSE.md</licenseUrl>
1414
<iconUrl>https://raw.githubusercontent.com/xamarin/AndroidSupportComponents/master/icons/v7-palette_128x128.png</iconUrl>
1515
<dependencies>
16-
<group targetFramework="MonoAndroid70">
16+
<group targetFramework="MonoAndroid80">
1717
<dependency id="Xamarin.Android.Support.Compat" version="[$version$]"/>
1818
<dependency id="Xamarin.Android.Support.Core.Utils" version="[$version$]"/>
1919
</group>
2020
</dependencies>
2121
</metadata>
2222
<files>
23-
<file src="palette-v7/nuget/Xamarin.Android.Support.v7.Palette.targets" target="build/MonoAndroid70" />
23+
<file src="palette-v7/nuget/Xamarin.Android.Support.v7.Palette.targets" target="build/MonoAndroid80" />
2424

25-
<file src="output/Xamarin.Android.Support.v7.Palette.dll" target="lib/MonoAndroid70" />
25+
<file src="output/Xamarin.Android.Support.v7.Palette.dll" target="lib/MonoAndroid80" />
2626

2727
<file src="External-Dependency-Info.txt" target="THIRD-PARTY-NOTICES.txt" />
2828
</files>

0 commit comments

Comments
 (0)