- update projets to .netstandart2.1 and .netcoreapp3.1 (Signed-off-by: H de Labareyre <henry.delabareyre@7opteam.com>)#59
Conversation
|
Hello, According to this documentation, .NET Framework is far from being deprecated. Updating to Regarding the .NET Standard version, were you motivated by a specific need? As far as I'm aware of, any project that is compatible with EDIT: If you wish to update the pull-request according to what has been said above, please take a look at the CONTRIBUTING section, especially the |
|
Hi, Indeed thank you for the precision! I don't see any regression using .netstandard2.1, and I have executed unit tests. What motivated me to do this were 2 reason :
Ok for the sign-off part, I've modified the pull request. Do you wish to have it in the commit comment or in the pull request title ? Regards, |
|
The documentation you linked lists the minimum compatible versions:
Which is equivalent to:
In your situation, you should be able to use this library on a Side note: the |
Just update framework target as these .net libraries are about to be not supported.