target .NET 9 for upgrade command

This commit is contained in:
Matthew Parker [SSW]
2024-11-13 19:11:18 +10:00
parent 7221780caa
commit dbb5609500
4 changed files with 7 additions and 7 deletions

View File

@@ -18,7 +18,7 @@ public class UpdateProjectToNet80Command : AsyncCommand<UpdateProjectToNet80Comm
Console.WriteLine("Invalid file path. Please pass in a valid file path to a .csproj file.");
return 1;
}
Console.WriteLine("Upgrading project to .NET 8.0");
Console.WriteLine("Upgrading project to .NET 9.0");
await DotNetUpgrade.UpdateProjectAtPathToNet80(settings.CsprojFilePath);
Console.WriteLine("==================================================");