Skip to content

Commit

Permalink
Add dynamic parameter examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasNieto committed Dec 2, 2024
1 parent d5a98f5 commit a0292fd
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,18 @@ Installs packages to the NuGet global packages directory.
Install-Package -Name System.Management.Automation
```

### Install packages with specified framework

```powershell
Install-Package -Name Avalonia -Provider NuGet -Framework netstandard2.0
```

### Install packages with dependency behavior

```powershell
Install-Package -Name Avalonia -Provider NuGet -DependencyBehavior Highest
```

### Save packages

Saves packages to a directory.
Expand Down

0 comments on commit a0292fd

Please sign in to comment.