11
Vote

NuGet support wanted

description

Now that NuGet is here, it would be wonderful to be able to install / reference managed esent with that tool

comments

hindermath wrote Jan 5, 2012 at 6:33 AM

This was a very good suggestion.

davedev wrote Dec 9, 2012 at 5:24 PM

I found the NuGet package here:

http://nuget.org/packages/ManagedEsent

However, it only targets .NET 4.0. It doesn't target .NET 4.5, Windows Store, Windows Phone 8 or portable libraries.

VisualDragon wrote Jan 25 at 7:32 PM

Just tried today to add ManagedEsent to a Windows Store application and received an error.

Successfully installed 'ManagedEsent 1.8.2'.
Successfully uninstalled 'ManagedEsent 1.8.2'.
Install failed. Rolling back...
Could not install package 'ManagedEsent 1.8.2'. You are trying to install this package into a project that targets '.NETCore,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

martinc wrote Jan 25 at 9:52 PM

Thanks VisualDragon/davedev. It looks like I'll need to build a new package with the right metadata...
-martin