문제

I have 4.5 library I wish to use with a monomac project but under 'edit references' I am getting "incompatible target framework: .NETFramework=v4.5". Is it possible to make a .net 4.5 monomac project so I can reference this library?

도움이 되었습니까?

해결책

Solved the problem by adding the following to the first PropertyGroup in the .csproj file.

   <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>

This then allowed me to reference my other .netv4.5 projects

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