remove apostrophe
This commit is contained in:
parent
1a0adcbe5a
commit
7ce780c59c
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ namespace Microsoft.DotNet.Tools.Run
|
|||
var project = "--project";
|
||||
|
||||
throw new InvalidOperationException(
|
||||
$"Couldn\'t find a project to run. Ensure a project exists in {directory}, or pass the path to the project using {project}")
|
||||
$"Couldn't find a project to run. Ensure a project exists in {directory}, or pass the path to the project using {project}")
|
||||
.DisplayAsError();
|
||||
}
|
||||
else if (projectFiles.Length > 1)
|
||||
|
|
Loading…
Reference in a new issue