rianjs / ical.net

ical.NET - an open source iCal library for .NET
MIT License
782 stars 230 forks source link

Cannot use with .NET Core 3.1 #488

Open pantonis opened 4 years ago

pantonis commented 4 years ago

I am trying to install it in a .NET Core 3.1 project and I get the following errors:

Detected package downgrade: System.Reflection.TypeExtensions from 4.3.0 to 4.1.0. Reference the package directly from the project to select a different version. 
 iCalTest -> Ical.Net 4.1.11 -> NodaTime 2.0.2 -> NETStandard.Library 1.6.1 -> System.Linq.Expressions 4.3.0 -> System.Reflection.TypeExtensions (>= 4.3.0) 
 iCalTest -> Ical.Net 4.1.11 -> System.Reflection.TypeExtensions (>= 4.1.0) iCalTest    Package restore failed. Rolling back package changes for 'iCalTest'.