OnnxRuntime and Numerics.Tensors version numbers out-of-date #23295
Labels
api:CSharp
issues related to the C# API
documentation
improvements or additions to documentation; typically submitted using template
.NET
Pull requests that update .net code
Describe the documentation issue
At https://onnxruntime.ai/docs/get-started/with-csharp.html there reads
Whereas the versions of these are higher in NuGet
Microsoft.ML.OnnxRuntime --version 1.16.0
->1.20.1
System.Numerics.Tensors --version 0.1.0
->9.0.0
It might make sense to just give instructions to install the latest packages, without the
version
and word the example so. Maybe see if there are other such instances and update them accordingly so that things are "in tune". Should I create a PR for that effect? If yes, where? :)Page / URL
https://onnxruntime.ai/docs/get-started/with-csharp.html
The text was updated successfully, but these errors were encountered: