Trying to install Sentry Log4Net version 2.1.0.
Project is running .net 4.6.1
According to their docs, it should work on 4.6.1: https://docs.sentry.io/error-reporting/quickstart/?platform=csharp#configure-the-sdk
I can install the base sentry package just fine. But when i try to install the Log4Net nuget package i get an error:
Could not install package Sentry.Log4Net 2.1.0, you are trying to install this package into a project that targets .Net Framework, Version 4.6.1, but the package does not contain any assembly references or content files that are compatible with that framework.
I meet all the dependencies listed: https://www.nuget.org/packages/Sentry.Log4Net
I doubt it matters but i'm on visual studio 2015
So i'm a bit confused. Anyone have any advice?