xamarin / urho

Code to integrate with the Urho3D engine
Other
462 stars 122 forks source link

Latest nuget package + console app issue #365

Closed laheller closed 5 years ago

laheller commented 5 years ago

Latest v1.9.67 version of nuget package is not possible to add to a new empty Windows Console application. Error message is following:

Failed to add reference to 'mono-urho'. Please make sure that the file is accessible, and that it is a valid assembly or COM component.

utekai commented 5 years ago

Worked ok for me. I started a new console app and used nuget to add latest urhosharp. No problems. Using vs 2017.

laheller commented 5 years ago

Worked ok for me. I started a new console app and used nuget to add latest urhosharp. No problems. Using vs 2017.

Interesting, because I am also using VS2017, the latest update of Community Edition and .NET 4.7.1.

laheller commented 5 years ago

Update: Solved. I had to clean nuget cache in VS.