rianjs / ical.net

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

Unable to upgrade other packages because of downgrade #508

Open DM2489 opened 3 years ago

DM2489 commented 3 years ago
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. 
 'projectname '-> 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) 
'projectname'  -> Ical.Net 4.1.11 -> System.Reflection.TypeExtensions (>= 4.1.0)    timetable.lincoln.ac.uk 'path/to/projectname.csproj'    

Can the target package be updated please?