All assemblies in Nuget Package 0.1.4 are compiled against v4 runtime.
dynajoe opened this issue · 3 comments
dynajoe commented
I ran into this issue trying to include the package in my .net 35 code base.
My workaround: I cloned the source and ran Build.cmd and it provided the correct output in the .nupkg.
punker76 commented
@joeandaverde fixed with v0.1.4.1
alexeykuptsov commented
I have reproduced this bug with v0.1.4.1
Steps:
- Create new WPF Appliation
- Set target framework to 3.5
- Run in PackageManagerConsole:
Install-Package gong-wpf-dragdrop -Version 0.1.4.1
- Try to build solution
Result: Solution build is failed, assemblypackages\gong-wpf-dragdrop.0.1.4.1\lib\net35\GongSolutions.Wpf.DragDrop.dll
is compiled against runtime 4.0 (checked with dotPeek)
joeandaverde's workaraound still works
punker76 commented
@alexeykuptsov it's now hopefully fixed with 0.1.4.3