WowDevTools / libwarcraft

All-in-one managed library for reading and writing World of Warcraft data files.
GNU General Public License v3.0
59 stars 25 forks source link

Nuget dependency issue #11

Open NotCoffee418 opened 4 years ago

NotCoffee418 commented 4 years ago

When trying to install the nuget package project I'm getting the error:
Unable to find package ImageSharp with version (>1.0.0-alpha9-00182)

It seems this version is removed and now only has stable and beta versions.

Nihlus commented 4 years ago

Are you installing the 3.0.0-alpha version of libwarcraft?

NotCoffee418 commented 4 years ago

No,It's only the stable version (2.7.0). 3.0.0-alpha6 seems to work using command line. I just didn't realize it was on nuget since alpha versions don't show up in the UI. Thanks, I'll give it a try. :)