icsharpcode / SharpDevelop

#develop (short for SharpDevelop) is a free IDE for .NET programming languages.
2.08k stars 771 forks source link

Update nuget #773

Closed KeKl closed 8 years ago

KeKl commented 8 years ago

Hello,

Is it possible to update nuget to a recent Version?

jogibear9988 commented 8 years ago

which nuget?

KeKl commented 8 years ago

Some packages need nuget 2.12 or greater.

mrward commented 8 years ago

Updating to NuGet 2.12 should be straightforward. It should just be a case of updating to the latest NuGet 2.12 binaries. Updating to NuGet v3 is not straightforward since the API is completely different and the NuGet addin would need to be mostly rewritten. Updating to NuGet 2.12 should give us support for the latest target frameworks, such as .NET Standard.

KeKl commented 8 years ago

I replaced the binary files but I still get the error: "... package requires NuGet client Version 2.12 or above..."

May there has to be something changed in the addin?

mrward commented 8 years ago

Not sure why you are replacing the binary files. The change has been made to the latest SharpDevelop 5 available from the build server

hellboy81 commented 6 years ago

Can this libraries be used with existing SharpDevelop based (see Ranorex) installation?

Is Package Management Console and Manage Package GUI tool also "upgradeable"?