Updated C# and .NET docs supplement (markdown)
parent
dbbef8108d
commit
870ee805aa
|
@ -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 `<PackageReference/>`s
|
||||
`dotnet list $PWD/BizHawk.sln package --outdated` will list outdated `<PackageReference/>`s. There is no built-in command for updating them automatically.
|
||||
|
||||
## NUL-terminated strings
|
||||
|
||||
|
|
Loading…
Reference in New Issue