Skip to content

Commit

Permalink
improve error message
Browse files Browse the repository at this point in the history
fixes #1988
  • Loading branch information
ErikEJ committed Oct 29, 2023
1 parent a23f1a6 commit 488263c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ private async Task<bool> ChooseDataBaseConnectionAsync(ReverseEngineerOptions op

if (!allowedVersions.Any())
{
VSHelper.ShowError($".NET 5 and earlier is not supported, and EF Core 8 requires Visual Studio 17.8 or later");
VSHelper.ShowError($".NET 5 and earlier is not supported, and EF Core 8 requires Visual Studio 2022 version 17.8 or later");
return false;
}

Expand Down

0 comments on commit 488263c

Please sign in to comment.