catalyst-network / Catalyst

Fast, scalable PBFT distributed ledger
https://www.catalystnet.org
GNU General Public License v2.0
21 stars 9 forks source link

Upgrade to .NET 8 LTS #1345

Closed TheNewAutonomy closed 9 months ago

TheNewAutonomy commented 9 months ago

As a developer I want Catalyst to target .NET 8 LTS so that we benefit from community support, the latest security updates, performance benefits introduced since .NET 7 and long term support. The next upgrade should be to .NET 10 LTS.

Acceptance criteria

Build targeting .NET 8 and run unit tests

Tasks

    • [ ] Update all projects including unit test projects to target .NET 8
    • [ ] Ensure target language updates to C sharp 12
    • [ ] Ensure Nuget packages and dependencies are upgraded and work
    • [ ] Run new test network using .NET 8 nodes
TheNewAutonomy commented 9 months ago

Updated to build with C# 12 and .NET 8.

There are separate tickets for updating the code base to follow best practice in .NET 8, this ticket just covers updating to .NET 8 to the point of building and running.