-
Is there any specific reason why the support for .NET Standard 2.0 was dropped? Do those classes really need .NET Standard 2.1 features? If I modify the target frameworks to netstandard2.0 the project still compiles. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
@ptrkbmn planning to use NET Standard 2.1 language features. |
Beta Was this translation helpful? Give feedback.
-
@thudugala a big blocker here is for those of us that are targeting UWP, upgrading our common libraries to .NET standard 2.1 is not an option: https://stackoverflow.com/questions/58070082/using-net-standard-2-1-with-uwp
|
Beta Was this translation helpful? Give feedback.
-
@InquisitorJax and @ptrkbmn will convert to NET Standard 2.0, in next version |
Beta Was this translation helpful? Give feedback.
-
Added NET Standard 2.0 in and after version 8.0.1 |
Beta Was this translation helpful? Give feedback.
Added NET Standard 2.0 in and after version 8.0.1