Share via

Should i use .net 6 or .net 7?

Rounak Dhaugoda 0 Reputation points
2023-01-24T10:08:27.43+00:00

My company is upgrading from asp.net to .net core it could take 2 to 2.5 years for the full upgrade so should we use .NET 6(Long-Term Support) or .NET 7(Standard-Term Support)?

Developer technologies | ASP.NET Core | Other
0 comments No comments

1 answer

Sort by: Most helpful
  1. Bruce (SqlWork.com) 84,066 Reputation points
    2023-01-24T17:20:27.43+00:00

    depends. as your project will not complete before you must migrate to net 8, during migration, you will need to update net 6/7 modules to net 8

    net 6 end of support 11/12/2024
    net 7 end of support 5/14/2024

    net 6 has 6 more months of support before you need to upgrade to net 8. you will need to evaluate this impact on your migration. generally I stay on the LTS version unless a feature is required.

    Was this answer helpful?

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.