如果不需要,建议移除net startand类库中的Microsoft.NETCore.Portable.Compatibility
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如果不需要,建议移除net startand类库中的Microsoft.NETCore.Portable.Compatibility相关的知识,希望对你有一定的参考价值。
使用Microsoft.NETCore.Portable.Compatibility会破坏该类库在Mono和Xamarin平台的兼容性
可能导致的问题
provides a compile-time reference assembly for mscorlib on Monoandroid,Version=v6.0, but there is no run-time assembly compatible with win. error CS1703: Multiple assemblies with equivalent identity have been imported
和
无法安装程序包“Microsoft.NETCore.Jit 1.0.2”
以上是关于如果不需要,建议移除net startand类库中的Microsoft.NETCore.Portable.Compatibility的主要内容,如果未能解决你的问题,请参考以下文章
在.NET Core类库中使用EF Core迁移数据库到SQL Server
在 .NET 6.0 类库中使用 Prism.DryIoc 时“目标平台必须设置为 Windows”
.NET Core在类库中读取配置文件appsettings.json