문제

There doesn't seem to be a place to do this. Usually I go to Options -> General for libraries and then I can change the Framework version... strange.

도움이 되었습니까?

해결책

Yeah, a couple of months ago I ran into this same issue; I checked the .csproj file of a project that had this setting visible to see what the deal was, and the issue went away after I copied over the setting:

<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>

at the end of the first property group.

다른 팁

You can't change that, it's determined by the Xamarin version you are using, currently (a subset of) .Net 4.5

TargetFrameworkVersion mentioned in the previous answer is Android framework version, not .Net framework version.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top