MobileBlazorBindings icon indicating copy to clipboard operation
MobileBlazorBindings copied to clipboard

MacOs project template using xamarin essentials doesn't work on 1.5.3.2 but says to be suported on 1.6.0

Open arivera12 opened this issue 4 years ago • 1 comments

MacOs Xamarin Essentials seems to be supported on version 1.6.0

https://docs.microsoft.com/en-us/xamarin/essentials/release-notes/1.6

but the project is referencing

<PackageReference Include="Xamarin.Essentials" Version="1.5.3.2" />

MacOs project template should be updated to Xamarin.Essentials 1.6.0.

<PackageReference Include="Xamarin.Essentials" Version="1.6.0" />

arivera12 avatar May 21 '21 03:05 arivera12

Oh that's cool! Should be an easy template update.

Eilon avatar May 24 '21 17:05 Eilon