mrahhal / MR.AspNet.Identity.EntityFramework6

EntityFramework 6 provider + InMemory providers for Asp.Net Core Identity.
MIT License
41 stars 21 forks source link

ASP.NET RTM Compatibility #2

Closed philbern closed 8 years ago

philbern commented 8 years ago

The latest version doesn't work with the new RTM release of ASP.NET. Getting this error when calling services.AddIdentity:

Additional information: Could not load type 'Microsoft.Extensions.DependencyInjection.Extensions.ServiceCollectionExtensions' from assembly 'Microsoft.Extensions.DependencyInjection.Abstractions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=adb9793829ddae60'.

Seems like its linked to this change https://github.com/aspnet/DependencyInjection/issues/412

mrahhal commented 8 years ago

Yes sorry about that. I still haven't upgraded this to 1.0.0. I planned to do it on the same day of the release but I was having unexpected issues with VS update 3. I'll release a new version as soon as possible.

mrahhal commented 8 years ago

@philbern try updating to 2.0.0.

philbern commented 8 years ago

It's working!

Thanks