Experimental Mobile Blazor Bindings - Build native and hybrid mobile apps with Blazor
1.2k
stars
152
forks
source link
MacOs project template using xamarin essentials doesn't work on 1.5.3.2 but says to be suported on 1.6.0 #366
Open
arivera12 opened 3 years ago
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" />