Visual Studio Code – Using a package from packages.config in C++ visual studio 2017
I am developing a code in C++ using as IDEE Visual Studio 2017 on my Windows 10 workstation. I need the onnxruntime library, so I have installed it by the NuGet package menager. The installation went ok and in my…