Skip to content

Commit 4e80a5a

Browse files
Update README.md
1 parent 64ab4b0 commit 4e80a5a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+235
-236
lines changed

CSharpInteractive.HostApi/DotNetCommands.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ public IStartInfo GetStartInfo(IHost host)
295295
///
296296
/// var lines = new List<string>();
297297
/// new DotNetListPackage()
298-
/// .WithWorkingDirectory("MyLib")
298+
/// .WithProject(Path.Combine("MyLib", "MyLib.csproj"))
299299
/// .WithVerbosity(DotNetVerbosity.Minimal)
300300
/// .Run(output => lines.Add(output.Line));
301301
///

0 commit comments

Comments
 (0)