-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
warning MSB3268: The primary reference "Quartz.dll" could not be resolved because it has an indirect dependency on the framework assembly "System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" which could not be resolved in the currently targeted framework. ".NETFramework,Version=v4.0". To resolve this problem, either remove the reference "Quartz.dll" or retarget your application to a framework version which contains "System.ValueTuple, Version=4.0.1.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51".
due to dependency on System.ValueTuple 4.3.0 in Theraot.Core (3.2.11)
if I add System.ValueTuple 4.5.0 nuget package to the project this error goes away
Metadata
Metadata
Assignees
Labels
No labels