block-core / blockcore

Open source .NET Core Bitcoin based blockchain node in C#
https://www.blockcore.net
219 stars 90 forks source link

Dotnet8 Upgrade #448

Closed psavva closed 7 months ago

psavva commented 7 months ago

This PR will upgrade the blockcore project to dotnet 8 1 fix was required for the test case Validate_AllowClientConnection_State There are no library updates, however there is a need to upgrade all vulenrable and deprecated libraries.

I think due to the number of changes required for updating each library, it's worth creating seperate PR's for those