Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有 4.5 库,我希望与 monomac 项目一起使用,但在“编辑引用”下,我得到“不兼容的目标框架:.NETFramework=v4.5”。是否可以制作一个 .net 4.5 monomac 项目以便我可以参考这个库?
通过将以下内容添加到 .csproj 文件中的第一个 PropertyGroup 解决了该问题。
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
这让我可以参考我的其他 .netv4.5 项目