Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All assemblies in Nuget Package 0.1.4 are compiled against v4 runtime. #102

Closed
dynajoe opened this issue Jun 6, 2014 · 3 comments
Closed
Assignees
Labels
Milestone

Comments

@dynajoe
Copy link

dynajoe commented Jun 6, 2014

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 punker76 added the bug label Jun 11, 2014
@punker76 punker76 added this to the v0.14.1 milestone Jun 11, 2014
@punker76 punker76 self-assigned this Jun 11, 2014
@punker76
Copy link
Owner

@joeandaverde fixed with v0.1.4.1

@alexeykuptsov
Copy link

I have reproduced this bug with v0.1.4.1

Steps:

  1. Create new WPF Appliation
  2. Set target framework to 3.5
  3. Run in PackageManagerConsole: Install-Package gong-wpf-dragdrop -Version 0.1.4.1
  4. Try to build solution
    Result: Solution build is failed, assembly packages\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
Copy link
Owner

@alexeykuptsov it's now hopefully fixed with 0.1.4.3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants