coreyauger / Neo4JMembershipProvider

asp.net Neo4J Membership Provider
MIT License
4 stars 4 forks source link

.NET 4.0 Nuget support #2

Closed pcmantinker closed 10 years ago

pcmantinker commented 10 years ago

I'm attempting to install your membership provider through Nuget in Visual Studio 2013 for my ASP.NET MVC project, but I can't because my project is targetted at .NET 4.0. Can you update the Nuget package to target at least .NET 4.0 and possibly .NET 4.5?

coreyauger commented 10 years ago

When I install the package in an MVC 4 application it resolves to the 4.0 runtime. (Visual Studio 2012). Not sure why you are getting a problem.

pcmantinker commented 10 years ago

I've updated my project to use .NET 4.5 and it installed without issues. I looked through your packages.config and saw that all were pointing to .NET 4.5 so I decided to upgrade and see if that fixed the issue.

coreyauger commented 10 years ago

Ok let me know if you run into any problems.