target .NET 9 for upgrade command
This commit is contained in:
@@ -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("==================================================");
|
||||
|
||||
Reference in New Issue
Block a user