dotnet / upgrade-assistant

A tool to assist developers in upgrading .NET Framework applications to .NET 6 and beyond
MIT License
1.1k stars 163 forks source link

.Net Upgrade Assistant issue - .Net 7 to .Net 8 #1590

Closed AndreasNVI closed 2 months ago

AndreasNVI commented 2 months ago

I am attempting to run the CLI version of the .Net Upgrade Assistant on a .Net 7 project to bring it up to .Net 8. However, I am getting the following message and no update occurs (some of this is my logging from the assistant):

Upgrading: D:\a\1\checkout[blanked out].csproj

Initializing and loading extensions... Determining supported upgrades... Could not find Microsoft.UpgradeAssistant.Mappings nuget package matching version '1.0.*'. Unknown target framework.

What does this even mean? I went to nuget.org and there is no package of any version with a name of Microsoft.UpgradeAssistant.Mappings.

DianaSoltani commented 2 months ago

What type of project and target framework are you trying to upgrade from? The optional mappings package hasn't been released yet and is an informational warning; this does not affect the upgrade scenario.

DianaSoltani commented 2 months ago

Closing since we have not received a response in 2 weeks