bugthesystem / Autofac.Extras.NLog

An Autofac module to integrate Autofac and NLog, it supports both constructor and property injection.
MIT License
50 stars 18 forks source link

.Net Core 2.0 - Warning NU1701 #17

Open LordPinhead opened 6 years ago

LordPinhead commented 6 years ago

I started a Project with Core 2.0 and after installing the Nuget package, i have a warning in VS2017 that the package is for .Net 4.6.1 and maybe not compatible.

It is running fine, so there is no Problem with any code here. Could you create a new Nuget Release with Core compatability?

304NotModified commented 5 years ago

2.0.0-rc is released in nuget now :)

I think this could be closed?

CNBoland commented 3 years ago

@LordPinhead @304NotModified Can you verify its working in your .NET Core applications?