.NET标准2.0的概述(示例)表示它现在使用某种兼容性填充程序来修复第三方库兼容性问题.因此,您可以将第三方库与.NET Standard一起使用,直到它不使用.NET Standard没有的任何API.
目前尚不清楚的是
和
.net-core .net-standard
我有一个应用程序,我们打算从 .net Framework 4.6 升级到 .net 6。但是,由于我们必须使用的 Linux 版本的限制,一个类库必须在 .net 5 中运行。所以我想知道是否可以将 .net 5 库与 .net 6 一起使用?
.net-5 .net-6.0
.net-5 ×1
.net-6.0 ×1
.net-core ×1
.net-standard ×1