Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 91519

VS 15.3, breaks app with .NETStandard1.4 libraries

$
0
0

Hi,
with the latest update of VS2017 my project (Xamarin.Forms with UWP and Android) is unable to compile.
Im using .NETStandard1.4 projects, using a lot of NuGet-Packages, like Xamarin.Forms etc.

To get this working in the project.json files it's nessassary to do this:
"frameworks": {
"netstandard1.4": {
"imports": "portable-net45+win8+wpa81+wp8"
}

everything worked fine, but after the VS update:

Error NU1202 Package MvvmLightLibs 5.3.0 is not compatible with netstandard1.4 (.NETStandard,Version=v1.4). Package MvvmLightLibs 5.3.0 supports:
- monoandroid10 (MonoAndroid,Version=v1.0)
- net35 (.NETFramework,Version=v3.5)
- net40 (.NETFramework,Version=v4.0)
- net45 (.NETFramework,Version=v4.5)
- portable-net45+win8+wp8+wpa81 (.NETPortable,Version=v0.0,Profile=Profile259)
- sl5 (Silverlight,Version=v5.0)
- win81 (Windows,Version=v8.1)
- wp8 (WindowsPhone,Version=v8.0)
- wp81 (WindowsPhone,Version=v8.1)
- wpa81 (WindowsPhoneApp,Version=v8.1)
- xamarinios10 (Xamarin.iOS,Version=v1.0)

I tried to switch all projects to .NETStandard2.0, but that did't work out because UWP is not ready for .NETStandard2.0.....

Any workaround except reinstall VS2017 in 15.2 version?


Viewing all articles
Browse latest Browse all 91519

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>