marcinbudny / applicationinsights-owinextensions

MIT License
48 stars 15 forks source link

Could not install package 'ApplicationInsights.OwinExtensions 0.6.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2' #27

Closed PeterRockstars closed 6 years ago

PeterRockstars commented 6 years ago

Hi,

I'm trying to install the NuGet package but getting this error:

Could not install package 'ApplicationInsights.OwinExtensions 0.6.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5.2', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

Is it possible to use these extensions with framework version 4.5.2?

marcinbudny commented 6 years ago

Hi, Since version 0.6.0, only .NET Framework 4.6.1+ is supported. You have to either upgrade project to 4.6.1 or use an older version of the library. My mistake is that I didn't state this in the changelog. Will fix it soon.

marcinbudny commented 6 years ago

Docs are now fixed