NuGet Installation Issue
Exergist opened this issue · 1 comments
Exergist commented
I receive the following error when trying to install Vortice.Direct3D11 v2.2.0 via Visual Studio NuGet package manager:
Unable to find a version of 'SharpGen.Runtime' that is compatible with: 'Vortice.Direct3D11 2.2.0 constraint: SharpGen.Runtime (>= 2.0.0-beta.11)', 'Vortice.DirectX 2.2.0 constraint: SharpGen.Runtime (>= 2.0.0-beta.11)', 'Vortice.DXGI 2.2.0 constraint: SharpGen.Runtime (>= 2.0.0-beta.11)'
Any suggestions for how this might be remedied? Thank you!
Exergist commented
AH nevermind. I just needed to install the required SharpGen bits via NuGet's include prerelease
option in Visual Studio, and THEN the rest of the installation worked fine.