maxmind/GeoIP2-dotnet

Does not support DNX project

asido opened this issue · 4 comments

asido commented

MaxMind.GeoIP2 package currently can't be used in ASP.NET 5 vNext project. This is the output after installing it to a fresh new project:

NU1002  The dependency MaxMind.Db 1.2.0 in project WebApplication1 does not support framework DNXCore,Version=v5.0. WebApplication1 D:\Desktop\WebApplication1\src\WebApplication1\project.json 1   
NU1002  The dependency MaxMind.GeoIP2 2.5.0 in project WebApplication1 does not support framework DNXCore,Version=v5.0. WebApplication1 D:\Desktop\WebApplication1\src\WebApplication1\project.json 11  
NU1002  The dependency MaxMind.GeoIP2 2.5.0 in project WebApplication1 does not support framework DNX,Version=v4.5.1.   WebApplication1 D:\Desktop\WebApplication1\src\WebApplication1\project.json 11  
asido commented

I installed version 2.4.0 instead of 2.5.0 and it is working. Interesting.

In 2.5.0, we changed the target framework to .NET 4.5.2.

Could you test this with the latest beta release?

asido commented

2.6.0-beta3 is working fine. Thanks for fixing.