gentoo / dotnet

[MIRROR] Newer mono, .NET languages, and libraries
https://gitweb.gentoo.org/repo/proj/dotnet.git
78 stars 56 forks source link

The latest version of Nuget #208

Open grouzen opened 8 years ago

grouzen commented 8 years ago

Hi,

I've encountered the problem with installing System.Security.Claims >= 4.0.0 because it requires Nuget >= 3.0. So, I'm wondering why there is no the latest (3.4.4.1321 - the latest for the moment) version in the overlay? Are there any technical problems with adding it or it's just a lack of hands to do this?

Best Regards

cnd commented 8 years ago

actually I don't really know why but there is fork we're using https://github.com/mrward/nuget/

not sure if upstream will work same fine with monodevelop

ArsenShnurkov commented 8 years ago

@grouzen - I propose you to write the ebuild for slot 3. With slotted install we will be able to use both versions

cnd commented 8 years ago

@ArsenShnurkov good point however then we will also need eselect and friends

grouzen commented 8 years ago

@ArsenShnurkov Okay

ArsenShnurkov commented 8 years ago
FileModifiers/XdtTransformer.cs(5,17): error CS0234: The type or namespace name `Web' does not exist in the namespace `Microsoft'. Are you missing an assembly reference?

https://gist.github.com/anonymous/f11c9233c534712e8615dde0899d9a43

ArsenShnurkov commented 8 years ago

@grouzen any progress?

grouzen commented 8 years ago

@ArsenShnurkov Sorry guys, don't have enough time to start working on it. So, probably someone else could do this.

ArsenShnurkov commented 8 years ago

I think that modern monodevelop depend on newer nuget - https://github.com/mono/monodevelop/blob/b13045104897199a669560dd38543e2d339b8164/main/src/addins/MonoDevelop.PackageManagement/MonoDevelop.PackageManagement.csproj#L103-L105