I would like to install iCal.NET from "Manage NuGet Packages" feature in Visual Studio 2013. However, I got an error:
Error: Could not install package 'System.Reflection.TypeExtensions 4.1.0'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', 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
My project itself uses .NET Framework 4.5:
But if I download iCal.NET directly from here, I can set it as reference with no error.
Anyone knows with this issue?
EDIT
I just found this discussion: https://github.com/rianjs/ical.net/issues/101
It seems iCal.NET should be able to support .NET 4.5 since Nuget package version 2.2.7