I have made .net core 2.0 web app. I have added SassAndCoffee.Core -v 1 or current version using NUGET and then I get this error:
Severity Code Description Project File Line Suppression State Warning NU1701 Package 'SassAndCoffee.Core 1.0.0' was restored using '.NETFramework,Version=v4.6.1' instead of the project target framework '.NETCoreApp,Version=v2.0'. This package may not be fully compatible with your project.
How do I fix this?