MetacoSA / NBitcoin

Comprehensive Bitcoin library for the .NET framework.
MIT License
1.87k stars 846 forks source link

Remove net6.0 build, replace by 8.0 #1211

Open NicolasDorier opened 4 months ago

knocte commented 4 months ago

Why? .net8 apps can reference .net6/.netstandard2.0 libraries just fine.

NicolasDorier commented 4 months ago

@knocte because 6.0 is out of support and I don't have it on my machine anymore to build.

kiminuo commented 4 months ago

(https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core is supported until November 12, 2024. .NET 7 is out of support as of May 14, 2024. Not that I personally care about .NET 6.)

NicolasDorier commented 4 months ago

Good point. Then I'll wait a bit.

knocte commented 4 months ago

Then I'll wait a bit.

That sounds sensible!

BTW what is definitely out of support is the .NET3.1 builds, I would remove those.

NicolasDorier commented 4 months ago

@knocte already done in this PR

knocte commented 4 months ago

Then how about a PR that replaces .NETCore3.1 with .NET8, and we leave .NET6 for a while? (even a while after Nov2024 please 🙏 ). I would be willing to create such PR.