I am trying to install Serilog.Sinks.MSSqlServer through Nuget. Using VS 2013 and .Net framework is 4.7.2. I checked dependencies before installing and it says it's compatible with framework 4.7.2. But i get below error and installation gets rollback.
"Could not install package 'Microsoft.Extensions.Configuration 2.0.0'. You are trying to install this package into a project that targets'.NETFramework,Version=v4.7.2', but the package does not contain any assembly references or content files that are compatible with that framework"Am I missing something?