You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In a Solution targeting .NET Framework 4.8 I updated Microsoft.ML.OnnxRuntime.Managed to 1.21.2
This adds a transitive package Microsoft.ML.OnnxRuntime build 1.21.0 (latest stable)
When I then try to build the Solution I get these warnings
There was a conflict between "Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6" and "Microsoft.ML.OnnxRuntime, Version=1.20.1.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6".
To reproduce
Create a .NET Framework 4.8 Solution and include the latest nuget package 1.21.2 for Microsoft.ML.OnnxRuntime.Managed
Try to build.
Urgency
No response
Platform
Windows
OS Version
24H2
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.21.2
ONNX Runtime API
C#
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered:
I see a new nuget package has dropped for Microsoft.ML.OnnxRuntime.Managed, build 1.22.0
When I install that, the project builds again and it seems to work when I run the software after I build it.
One observation.
After installing Microsoft.ML.OnnxRuntime.Managed build 1.22.0 I see the Solution still has Transitive packages installed for Microsoft.ML.OnnxRuntime build 1.20.1
It works fine with that, but I see there is also a new package 1.22.0 for Microsoft.ML.OnnxRuntime
When I install that, it also works fine and it changes the Transitive packages to Top Level
Just wondering why Microsoft.ML.OnnxRuntime.Managed build 1.22.0 doesn't include Microsoft.ML.OnnxRuntime build 1.22.0 as a transitive package?
Describe the issue
In a Solution targeting .NET Framework 4.8 I updated Microsoft.ML.OnnxRuntime.Managed to 1.21.2
This adds a transitive package Microsoft.ML.OnnxRuntime build 1.21.0 (latest stable)
When I then try to build the Solution I get these warnings
There was a conflict between "Microsoft.ML.OnnxRuntime, Version=0.0.0.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6" and "Microsoft.ML.OnnxRuntime, Version=1.20.1.0, Culture=neutral, PublicKeyToken=f27f157f0a5b7bb6".
To reproduce
Create a .NET Framework 4.8 Solution and include the latest nuget package 1.21.2 for Microsoft.ML.OnnxRuntime.Managed
Try to build.
Urgency
No response
Platform
Windows
OS Version
24H2
ONNX Runtime Installation
Released Package
ONNX Runtime Version or Commit ID
1.21.2
ONNX Runtime API
C#
Architecture
X64
Execution Provider
Default CPU
Execution Provider Library Version
No response
The text was updated successfully, but these errors were encountered: