作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
最后.NET 5.0已发布,我想要一个针对 .NET 5.0 的“移动应用程序(Xamarin.Forms)”项目。所以我创建了一个“移动应用程序(Xamarin.Forms)”项目。 但我发现它针对的是 .NET Standard 2.0 所以我尝试通过编辑项目文件将其更改为.NET 5.0 在我将“.netstandard2.0”更改为“.net5.0”后,我重建了这个解决方案,但有错误。
如何将“移动应用程序(Xamarin.Forms)”项目定位到.net 5.0?
最佳答案
无法使用 .net 5 with Xamarin ,这只能从 .net 6 开始实现:
We’ve also done much of the early work in 5.0 so that Xamarindevelopers can use the unified .NET platform when we release .NET 6.0.There is more on .NET unification, later in the post.
所以你仍然必须使用.net standard 2.x作为共享项目。
关于c# - 如何在VS2019(版本16.8.0)中将 "Mobile App(Xamarin.Forms)"项目定位到.net 5.0?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/64782448/
我是一名优秀的程序员,十分优秀!