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

Adding missing documentation for specific_version/SpecificVersion #2432

Merged
merged 1 commit into from
Jun 16, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions docs/content/nuget-dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,15 @@ It's possible to influence the `Private` property for references in project file

nuget Newtonsoft.Json copy_local: false

### specific_version settings

It's possible to influence the `SpecificVersion` property for references in project files:

[lang=paket]
source https://nuget.org/api/v2

nuget Newtonsoft.Json specific_version: false

### CopyToOutputDirectory settings

It's possible to influence the `CopyToOutputDirectory` property for content references in project files:
Expand Down
7 changes: 7 additions & 0 deletions docs/content/references-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ It's possible to influence the `Private` property for references in project file
[lang=paket]
Newtonsoft.Json copy_local: false

## specific_version settings

It's possible to influence the `SpecificVersion` property for references in project files:

[lang=paket]
Newtonsoft.Json specific_version: false

## import_targets settings

If you don't want to import `.targets` and `.props` files you can disable it via the `import_targets` switch:
Expand Down