danielpalme / IocPerformance

Performance comparison of .NET IoC containers
https://danielpalme.github.io/IocPerformance
Apache License 2.0
874 stars 157 forks source link

Upgrade to .NET Framework v4.7.2 for full compatibility with .NET Standard 2.0 #114

Closed JSkimming closed 5 years ago

JSkimming commented 5 years ago

Upgrading to .NET Framework v4.7.2 allows full compatibility with .NET Standard 2.0, earlier versions require additional packages.

See this post for more details.

Each successive version of full framework .NET has slightly better support for .NET Standard 2.0 up to 4.7.2 which now has full support for it and is the first version that can use .NET Standard 2.0 packages without bringing in extra dependencies.

https://weblog.west-wind.com/posts/2019/Feb/19/Using-NET-Standard-with-Full-Framework-NET#the-first-version-that-fully-net-standard-20-compliant-is-472

It's also the opinion of Immo Landwerth that v4.7.2 is the best version of the .NET Framework to target for .NET Standard compatibility.

If you want to consume .NET Standard 1.5+ from .NET Framework, I recommend to be on 4.7.2.

https://twitter.com/terrajobst/status/1031999730320986112?lang=en