Do I need to convert the existing 2023 version project to 2024 twice?

gilwoo lee
I'm asking just in case.
Today, I upgraded the existing .NetFramework4.7 to .NET converter, but I had to convert twice.
1. Select “convert Project File to SDK style” and then open it with VS.
-> The project type was .NET, property framework 4.8 version.
2. So, just in case, I ran the upgrade program again, and this time a screen for selecting .NET6 from the menu appeared.
-> When I opened it with VS, it was the .NET6.0 version.
I wonder if I need to do the conversion twice like this.
0
Comments
The upgrade-assistant tool provides two distinct options during the conversion process:
Complete Conversion (SDK and .NET Upgrade):
Convert Project File to SDK Style:
That said, it's not necessary to convert the project twice.
Please sign in to leave a comment.