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

too many packages.config files #1065

Closed
ctaggart opened this issue Sep 15, 2015 · 0 comments
Closed

too many packages.config files #1065

ctaggart opened this issue Sep 15, 2015 · 0 comments
Labels

Comments

@ctaggart
Copy link
Contributor

With Paket 2.0.3, paket update is creating too many packages.config files. My paket.dependencies has:

nuget xunit.runner.visualstudio version_in_path: true

The packages.config files looks like:

<?xml version="1.0" encoding="utf-8"?>
<packages>
  <package id="xunit.runner.visualstudio" version="2.0.1" />
</packages>

The bug is that the files are being created in folders where paket.references doesn't contain the reference to xunit.runner.visualstudio.

@forki forki added the bug label Sep 16, 2015
@forki forki closed this as completed in 7017668 Sep 16, 2015
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

2 participants