c# - Change the .net framework with visual studios 2013 and the xamarin plug in -


i trying change .net framework android c# app in visual studios 2013. tried create new project .net framework 4.0 still error saying application targeting 4.5 framework. know how force this? reason doing have nuget package uses 4.0 framework, if there way nuget package use 4.5 framework equally valid solution.

you cannot change .net framework android app. targeting monoandroid.

you cannot use nuget package assemblies .net framework since may use parts of xamarin android api not supported.

so left finding nuget package supports android projects or re-compiling source code in android library project targets monoandroid, may or may not work depending on source code does.


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -