简体   繁体   中英

Can I use packages written for .NET Framework in .NET Standard 2.0?

I'm studying C# 7.1 and .NET Core 2.0 - Modern Cross-Platform Development Third Edition written by Mark J. Price(by the way, great book), and I don't understand, as I wrote above, if I can use packages written for .NET Framework in .NET Standard 2.0.

Every help is appreciated, thanks.

Yes, you can, .NET Standard 2.0 supports .NET core 2.0 libraries as well as .NET framework libraries up to version 4.6.1.

For more info take a look at the table available on this page: https://docs.microsoft.com/en-us/dotnet/standard/net-standard .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM