Skip to content

Commit

Permalink
Merge pull request #2432 from batzen/master
Browse files Browse the repository at this point in the history
Adding missing documentation for specific_version/SpecificVersion
  • Loading branch information
forki authored Jun 16, 2017
2 parents af4c012 + 59dc489 commit 0f8c800
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
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

0 comments on commit 0f8c800

Please sign in to comment.