Skip to content

Commit c368a38

Browse files
Fix NU1102 error for Xamarin.AndroidX.Emoji2
Context: #1148 Context: https://www.nuget.org/packages/Xamarin.AndroidX.Emoji2/1.2.0.2 When multi-targeting .NET 8 and 9, I got the error: generated\androidx.emoji2.emoji2-emojipicker\androidx.emoji2.emoji2-emojipicker.csproj : error NU1102: Unable to find package Xamarin.AndroidX.Emoji2 with version (>= 1.2.0.3 && < 1.2.1) `Xamarin.AndroidX.Emoji2` version 1.2.0.3 doesn't actually exist?!? I am not 100% sure why this failed when adding .NET 9, as the block in `config.json` seems wrong: "nugetVersion": "1.2.0.3", We should just fix this in `main`, as it will cause some other issue down the line.
1 parent e0204df commit c368a38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5204,7 +5204,7 @@
52045204
"groupId": "androidx.emoji2",
52055205
"artifactId": "emoji2",
52065206
"version": "1.2.0",
5207-
"nugetVersion": "1.2.0.3",
5207+
"nugetVersion": "1.2.0.2",
52085208
"nugetId": "Xamarin.AndroidX.Emoji2",
52095209
"dependencyOnly": true,
52105210
"comments": "Required by 'androidx.emoji2.emoji2-emojipicker:1.5.0'"

0 commit comments

Comments
 (0)