Skip to content

Commit

Permalink
Update docs/core/tools/dotnet-nuget-why.md
Browse files Browse the repository at this point in the history
Co-authored-by: Genevieve Warren <[email protected]>
  • Loading branch information
Nigusu-Allehu and gewarren authored Nov 22, 2024
1 parent 356fe1c commit d395461
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/core/tools/dotnet-nuget-why.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ First, restore the project in Visual Studio, or `msbuild.exe`.
By default the assets file is in the project's `obj\` directory, but you can find the location with `msbuild.exe path\to\project.proj -getProperty:ProjectAssetsFile`.
Finally, run `dotnet nuget why path\to\project.assets.json SomePackage`.

Starting with version 9.0.200, the command introduces support for RID-specific (Runtime identifier) packages by generating separate dependency trees for each Runtime Identifier (RID) and framework combination.
For example, if a project targets the net9.0 framework with the win-x64 RID, it will generate trees for: `net9.0/win-x64` and `net9.0`.
Starting with version 9.0.200, the command introduces support for runtime identifier (RID) specific packages by generating separate dependency trees for each RID and framework combination.
For example, if a project targets `net9.0` with the `win-x64` RID, the command generates trees for `net9.0/win-x64` and `net9.0`.

## Arguments

Expand Down

0 comments on commit d395461

Please sign in to comment.