Search code examples
nugetnuget-server.net-core

Private NuGet v.3 feed


I have a private NuGet 2.8.5 feed in my internal network, which I use as part of my environment.

I just found that it does not work with some new packages. Particularly, this package reference the same assembly for two different evironments - DNX 4.5.1 and DNXCore 5.0

That causes following error:

'xunit.runner.dnx' already has a dependency defined for 'Microsoft.Framework.Runtime.Abstractions'.

It looks like NuGet v.2 problem.

NuGet Package Explorer UI tool has exactly the same problem...

So, how can I create a local NuGet v.3 feed, which could serve such packages?

This NuGet.Server package looks abandoned, and I'm not able to find its source code anymore...


Solution

  • A 2.8.6 version of Nuget.Server package got posted yesterday, probably after your post. Perhaps this will fix the problem? https://www.nuget.org/packages/nuget.server