Target framework issue when used in .NET 4.7.2. project #270
Replies: 3 comments
The plan is to use 4.8 for all 4.8.x builds, 4.7 for all 4.7.x builds, 4.5 for all 4.5.x builds etc. See the support below: BTW, were you using SharVectors.Wpf package before 1.8.2? |
|
I haven't used any older version of SharpVectors before. So does the package already include dlls built targeting all those different 4.X frameworks? If that is the case then guess the issue must be somewhere in my solution build and how it selects the dlls that get referenced, it is actually a quite complicated application with both old and SDK-style csprojects which depend on each other. |
Yes, the framework versions highlighted (in blue) in the above image are supported. |

Uh oh!
There was an error while loading. Please reload this page.
I'm trying to use the SharVectors.Wpf package version 1.8.2 in my Windows WPF application which targets .NET Framework 4.7.2.
The build seems to fail because these indirect dependencies are built targeting .NET Framework 4.8.
Could the target framework be lowered to e.g. 4.7 or 4.5?
I think if I need to solve the issue myself the options are:
Both would be inconvenient, and the library page here claims to support .NET Framework versions older than 4.8.
All reactions