ical.net icon indicating copy to clipboard operation
ical.net copied to clipboard

Referenced components could not be found (.net 4.7.1)

Open lhj42 opened this issue 6 years ago • 2 comments

On a fresh project targeting .NET 4.7.1 adding Ical.Net nuget package pulls in a few dependencies (directly and indirectly). The two below result in warnings that the referenced components could not be found

System.Runtime.Serialization.Primitives System.Reflection

This might be related to https://github.com/dotnet/standard/issues/567 ?

lhj42 avatar Sep 07 '18 09:09 lhj42

I have the same problem as you, Have you solved it?

Jasonzhangjs avatar Sep 03 '19 11:09 Jasonzhangjs

As far as I remember I think it would need to be solved in the package itself and I found no acceptable workaround.

Our solution was to downgrade the package to version 2.3.5. This may or may not be possible for you depending on what features you rely on as this means known bugs exists but fortunately we were not using those parts.

lhj42 avatar Sep 03 '19 11:09 lhj42