Skip to content

Commit 4b20a24

Browse files
Update dotnet-nuget-why.md to include RID specific packages (#43672)
1 parent 2376471 commit 4b20a24

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/core/tools/dotnet-nuget-why.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ First, restore the project in Visual Studio, or `msbuild.exe`.
2929
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`.
3030
Finally, run `dotnet nuget why path\to\project.assets.json SomePackage`.
3131

32+
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.
33+
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`.
34+
3235
## Arguments
3336

3437
- **`PROJECT|SOLUTION`**

0 commit comments

Comments
 (0)