-
Notifications
You must be signed in to change notification settings - Fork 682
[Guava] Multi-target for .NET 6 and MonoAndroid90 #1111
Conversation
a7c34e0 to
1d66613
Compare
So far ported these packages to .NET 6: * Xamarin.Google.Guava * Xamarin.Google.Guava.FailureAccess * Xamarin.Google.Guava.ListenableFuture This requires: * Xamarin.Android from VS 16.10 * .NET 6.0.100-preview.4.21255.9 * .NET 6 Android workload * Xamarin.Legacy.Sdk * Updated `build.cake` to use `dotnet build`
| // Just ensure this compiles | ||
| public class Future : Java.Lang.Object, IListenableFuture |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
Unrelated question, we specify The TF in the NuGet is |
|
I didn't change any of the If you leave the Such as: <TargetPlatformVersion Condition=" '$(TargetPlatformVersion)' == '' ">30.0</TargetPlatformVersion>We could explicitly put 30 here? It will change to 31 by default at some point. |
|
Maybe feels safer to explicitly use |
moljac
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM


So far ported these packages to .NET 6:
This requires:
build.caketo usedotnet build