I can not figure out how to get past the following error
Severity Code Description Project File Line Suppression State
Error CS1705 Assembly 'ScottPlot.WPF' with identity 'ScottPlot.WPF, Version=4.1.60.0, Culture=neutral, PublicKeyToken=e53b06131e34a3aa' uses 'PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'PresentationFramework' with identity 'PresentationFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' Flex Program Tool C:\Users\LawrenceJensen\Documents\GitHub\FlexProgramTool\Flex Program Tool\CSC 1 Active
I have tried changing my Scottplot library to the earliest version that I can and it is still using 6.0.2.0 instead of 6.0.0.0 of the presentation framework. I have tried finding the PresentiationFramework dll's, and I can't find them on the system. I don't even see the PresentationFramework mentioned in the .csproj file, so I Guess it is automatically included there.
Am I missing the dll for 6.0.2.0? How do I force my project to use version 6.0.2.0 of the presentation framework to get my scottplot library to work?
Severity Code Description Project File Line Suppression State
Error CS1705 Assembly 'ScottPlot.WPF' with identity 'ScottPlot.WPF, Version=4.1.60.0, Culture=neutral, PublicKeyToken=e53b06131e34a3aa' uses 'PresentationFramework, Version=6.0.2.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' which has a higher version than referenced assembly 'PresentationFramework' with identity 'PresentationFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35' Flex Program Tool C:\Users\LawrenceJensen\Documents\GitHub\FlexProgramTool\Flex Program Tool\CSC 1 Active
I have tried changing my Scottplot library to the earliest version that I can and it is still using 6.0.2.0 instead of 6.0.0.0 of the presentation framework. I have tried finding the PresentiationFramework dll's, and I can't find them on the system. I don't even see the PresentationFramework mentioned in the .csproj file, so I Guess it is automatically included there.
Am I missing the dll for 6.0.2.0? How do I force my project to use version 6.0.2.0 of the presentation framework to get my scottplot library to work?