FluentLayout / Cirrious.FluentLayout

FluentLayout for Xamarin.iOS - sample uses MvvmCross
Microsoft Public License
148 stars 54 forks source link

.NET support #66

Open evgenyvalavin opened 1 year ago

evgenyvalavin commented 1 year ago

"All code must be recompiled to support .NET 6. Existing assemblies (such as NuGets built for the old TargetFrameworkIdentifier xamarinios10) won’t work and won’t be supported. Non-xamarin specific assets for net4.x, netstandard, netcoreapp, net5.0+, etc. will work fine however." - Link

JimWilcox3 commented 1 year ago

It is telling me that it only supports net6.0-ios16.0. Visual Studio only goes up to net6.0-ios15.4. Is there a workaround for this?