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

PackageReference dependencies should be copied from the old csproj file #22

Closed
arnoldpistorius opened this issue Sep 6, 2017 · 2 comments
Assignees

Comments

@arnoldpistorius
Copy link

When I use your tool with a project which already uses PackageReference, but not the new csproj style, the tool doesn't recognize any nuget packages. Even the existing PackageReference packages are not copied in to the new configuration.

I'm happy your tool creates a backup file of the old csproj file, so I can copy/paste the PackageReference manually. But this could/should be done by the tool itself.

@arnoldpistorius arnoldpistorius changed the title PackageReference dependencies should persist PackageReference dependencies should be copied from the old csproj file Sep 6, 2017
@robbratton
Copy link

Please give a sample csproj with references.

@hvanbakel hvanbakel self-assigned this Sep 27, 2017
@hvanbakel
Copy link
Owner

Will fix this one soon, shouldn't be too hard. We can take the output file and copy one of the new package references into an old csproj.

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

No branches or pull requests

3 participants