質問

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