Updated C# and .NET docs supplement (markdown)

James Groom 2024-07-03 19:05:55 +10:00
parent 0fb8f4e7b2
commit 487fee3d96
1 changed files with 1 additions and 1 deletions

@ -50,7 +50,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) [up-to-date docs on MSDN](https://learn.microsoft.com/en-us/nuget/consume-packages/install-use-packages-dotnet-cli)
`dotnet list $PWD/BizHawk.sln package --outdated` will list outdated `<PackageReference/>`s. There is no built-in command for updating them automatically. `dotnet list $PWD/BizHawk.sln package --outdated` will list outdated `<PackageReference/>`s (betas are **ignored** without `--include-prerelease`). There is no built-in command for updating them automatically.
## NUL-terminated strings ## NUL-terminated strings