-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Only updated one project #932
Comments
Can you provide some details as to what the output looks like and what the project types are? |
I am sorry I am not sure what you are asking for? One project is a console app that uses the other project in the solution. The second project is a class library that makes some http client calls. The console app portion did get upgraded. The class library did not get updated. Here is what I see on the cmd window. As you can see after I picked the entry point for the solution, it just wants to Finalize the upgrade. When I look at the project properties it is still using NET 5. cheers Upgrade Steps Entrypoint: C:\MSTC_GIT\Outside Contrators\foundry-import - Copy\MSTC.Foundry.Sync\Everfi.Foundry\Everfi.Foundry.csproj [15:17:46 INF] Recommending TFM net5.0 because of dependency on project C:\MSTC_GIT\Outside Contrators\foundry-import - Copy\MSTC.Foundry.Sync\Everfi.Foundry\Everfi.Foundry.csproj
Choose a command:
[15:20:28 INF] Upgrade has completed. Please review any changes. |
@linwood-rancho I'm facing the exact same issue you reported. Did you manage to make it work? |
I had the same issue. Turns out, that upgrades from .NET Core are currently not supported. |
@CodeWithPraveen |
@linwood-rancho As @matdv highlighted above, it appears this tool is more towards upgrading .NET Framework projects. Hence, it isn't fully supporting previous version of .NET Core to .NET 6. Thanks for your reply and details. |
That explain the first part. Thanks for sharing that link. I missed the part that it supports only .NET Framework. But, I'm still curious as to how the main Web API project got upgraded properly from .NET 5 to .NET 6 including the packages, but the referenced .NET 5 class library is getting skipped. |
Problem encountered on https://dotnet.microsoft.com/platform/upgrade-assistant/tutorial/install-upgrade-assistant
Operating System: windows
Provide details about the problem you're experiencing. Include your operating system version, exact error message, code sample, and anything else that is relevant.
I just tried to up a Solution with two projects that were built on .NET 5 to .NET 6. One of the projects seemed to upgrade just fine. But the other project is still targeting .NET 5. I have tried to copy that project to another folder and re-analyze, but it just skips the upgrade and jumps to Finalize Upgrade.
Also when I did the original migration of the solution, it only made a back up of the first project I had marked as the entry point.
The text was updated successfully, but these errors were encountered: