From 870ee805aa1c6fe8ee4e3c1473b7bd344aa6e0fa Mon Sep 17 00:00:00 2001 From: James Groom Date: Tue, 13 Feb 2024 08:20:28 +1000 Subject: [PATCH] Updated C# and .NET docs supplement (markdown) --- C#-and-.NET-docs-supplement.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C#-and-.NET-docs-supplement.md b/C#-and-.NET-docs-supplement.md index 2d2c825..4b385c8 100644 --- a/C#-and-.NET-docs-supplement.md +++ b/C#-and-.NET-docs-supplement.md @@ -48,7 +48,7 @@ If a string literal contains a date, *even if it's being deserialised to a strin [up-to-date docs on MSDN](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli) -`dotnet list BizHawk.sln package --outdated` will list outdated ``s +`dotnet list $PWD/BizHawk.sln package --outdated` will list outdated ``s. There is no built-in command for updating them automatically. ## NUL-terminated strings