You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error NETSDK1005: Assets file 'C:\Users\Andrii\Dev\Frebo\Biblioteko\Elmish.Uno\src\Elmish.WPF\obj\project.assets.json' doesn't have a target for 'Xamarin.iOS,Version=v1.0'. Ensure that restore has run and that you have included 'xamarinios10' in the TargetFrameworks for your project.
error NETSDK1005: Assets file 'C:\Users\Andrii\Dev\Frebo\Biblioteko\Elmish.Uno\src\Elmish.WPF\obj\project.assets.json' doesn't have a target for 'MonoAndroid,Version=v9.0'. Ensure that restore has run and that you have included 'monoandroid90' in the TargetFrameworks for your project.
For UWP:
error NU1202: Package FSharp.Core 4.7.0 is not compatible with uap10.0 (UAP,Version=v10.0). Package FSharp.Core 4.7.0 supports:
error NU1202: - net45 (.NETFramework,Version=v4.5)
error NU1202: - netstandard2.0 (.NETStandard,Version=v2.0)
error NU1202: Package Elmish 3.0.6 is not compatible with uap10.0 (UAP,Version=v10.0). Package Elmish 3.0.6 supports:
error NU1202: - net461 (.NETFramework,Version=v4.6.1)
error NU1202: - netstandard1.6 (.NETStandard,Version=v1.6)
error NU1202: - netstandard2.0 (.NETStandard,Version=v2.0)
Do you know how that can be fixed?
The text was updated successfully, but these errors were encountered:
I try to multi-target https://github.com/xperiandri/Elmish.Uno project to UWP and Xamarin.
For Xamarin I get:
For UWP:
Do you know how that can be fixed?
The text was updated successfully, but these errors were encountered: