missing await
This commit is contained in:
@@ -162,7 +162,7 @@ public partial class MainWindowViewModel : ViewModelBase
|
|||||||
ResultsLabel = string.Empty;
|
ResultsLabel = string.Empty;
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
DotNetUpgrade.UpdateProjectsInSolutionToNet80(SolutionFilePath);
|
await DotNetUpgrade.UpdateProjectsInSolutionToNet80(SolutionFilePath);
|
||||||
ResultsLabel = "Successfully updated all projects in solution to .NET 8";
|
ResultsLabel = "Successfully updated all projects in solution to .NET 8";
|
||||||
}
|
}
|
||||||
catch (Exception e)
|
catch (Exception e)
|
||||||
|
|||||||
Reference in New Issue
Block a user