0

I am trying to add a specific version of DocumentFormat.OpenXml -> 2.5.5631.0 using Reference Manager. However, after browsing to the DLL and adding it, the project file is showing another version!?

enter image description here

Any ideas how to fix it so that the csproj file has the same version as the one shown in Reference Manager? Thanks!

Eugene
  • 1,013
  • 1
  • 22
  • 43
  • That's what you should expect. Not all library authors use a single version number for native file version and managed assembly version. They can differ from each other. – Lex Li Sep 14 '21 at 15:34
  • [Could not load file or assembly or one of its dependencies](https://stackoverflow.com/questions/4469929/could-not-load-file-or-assembly-or-one-of-its-dependencies?page=1&tab=active#tab-top) or [What are differences between AssemblyVersion, AssemblyFileVersion and AssemblyInformationalVersion?](https://stackoverflow.com/questions/64602/what-are-differences-between-assemblyversion-assemblyfileversion-and-assemblyin) – Jiale Xue - MSFT Sep 15 '21 at 06:37

0 Answers0