baking-bad / netezos

Netezos is a cross-platform Tezos SDK for .NET developers, simplifying the access and interaction with the Tezos blockchain
https://netezos.dev
MIT License
40 stars 21 forks source link

Should be upgraded to .net 6.0 as it is for LTS #45

Closed KamranShahid closed 2 years ago

KamranShahid commented 2 years ago

Should be upgraded to .net 6.0 as it is for LTS

Groxan commented 2 years ago

We would love to switch to .NET 6.0 as it's a kind of state of the art, but it would cause a lot of compatibility problems for Unity, WPF, and .NET Framework devs. .NET Standard 2.0 is also for LTS and is actually a better choice for building reusable libraries right now. Read more: https://docs.microsoft.com/dotnet/standard/net-standard?tabs=net-standard-2-0.

However, I'm not saying "no" :) I believe, we will eventually switch to .NET 6.0+ after it gets more adoption.

KamranShahid commented 2 years ago

Thanks Maksim, I have fork the repository and upgraded all the nuget packages to latest one in all three projects. At the moment I have not change the .net standard version from 2.0 to 2.1 as i am still in learning phase of this tezos. will do that later in my repo Thanks