How to Migrate a .net 4.7.2 project to .net 6.0 or 7.0

Jeff Stiegler 466 Reputation points
2023-11-07T21:45:45.46+00:00

How to Migrate a .net 4.7.2 project to .net 6.0 or 7.0? Installed .NET 6.0 and 7.0 but need help to migrate from .NET 4.7.2. Any ideas?

VB
VB
An object-oriented programming language developed by Microsoft that is implemented on the .NET Framework. Previously known as Visual Basic .NET.
2,668 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jiachen Li-MSFT 29,106 Reputation points Microsoft Vendor
    2023-11-08T07:27:20.5033333+00:00

    Hi @SuperCoder ,

    You can try .NET Upgrade Assistant.

    The .NET Upgrade Assistant is a Visual Studio extension and command-line tool that's designed to assist with upgrading apps to the latest version of .NET.

    Best Regards.

    Jiachen Li


    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    1 person found this answer helpful.

  2. Castorix31 83,206 Reputation points
    2023-11-07T22:31:10.33+00:00