dotnet / machinelearning

ML.NET is an open source and cross-platform machine learning framework for .NET.
https://dot.net/ml
MIT License
8.91k stars 1.86k forks source link

Dll version of Microsoft.ML.OnnxRuntime.dll is 0.0.0.0 #7145

Open sportbilly21 opened 1 month ago

sportbilly21 commented 1 month ago

System Information (please complete the following information):

Describe the bug After building the solution the version of the Microsoft.ML.OnnxRuntime.dll is 0.0.0.0 This is not causing any issues if you are running the application through the Visual Studio. But we create an installer with Wix for installation in production PC When you install the software in Windows, the OS and wix due to the version of the dll being zero, they think the dll is corrupted and the installation cannot continue as the installer tries to recover the corrupted dll.

We have a work around by changing the version of the above dll but from my understanding dlls should not have 0 as a version

image

sportbilly21 commented 2 weeks ago

Hi Any update regarding this?