Reputation: 8571
Googled a bit but couldn't find the .Net standard version for .Net core 2.2. Only version I got is,
Any hint please?
Upvotes: 11
Views: 7265
Reputation: 1308
As you can see in the table you have uploaded, .NET Standard 2.0 is the latest available and it is fully supported by .NET Core v2.0. As you can see in this release doc. section, .NET Standard 2.1 will be supporting .NET Core 3.0 and also .NET Core 2.2. For the whole page check here.
In my opinion, you can go with .NET Standard 2.0 if you do not deal with extreme things (I mean recently added parts of .NET Core). This can yield some errors but still worth the try.
Upvotes: 12