Skip to content

Commit c305f7e

Browse files
nkolev92gewarren
andauthored
Update docs/core/whats-new/dotnet-10/sdk.md
Co-authored-by: Genevieve Warren <[email protected]>
1 parent bafee38 commit c305f7e

File tree

1 file changed

+1
-1
lines changed
  • docs/core/whats-new/dotnet-10

1 file changed

+1
-1
lines changed

docs/core/whats-new/dotnet-10/sdk.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ This feature is enabled by default for all frameworks of a project that targets
177177
This change helps reduce the number of packages that are restored and analyzed during the build process, which can lead to faster build times and reduced disk space usage. It also can lead to a reduction in false positives from NuGet Audit and other dependency-scanning mechanisms.
178178
179179
When this feature is enabled, you might see a reduction in the contents of your applications' generated *.deps.json* files. Any package references supplied by the .NET runtime are automatically removed from the generated dependency file.
180-
When a direct package reference is within the pruning range, [`PrivateAssets="all"` and `IncludeAssets="none"` will be applied](/nuget/consume-packages/package-references-in-project-files#how-prunepackagereference-works).
180+
When a direct package reference is within the pruning range, [`PrivateAssets="all"` and `IncludeAssets="none"` are applied](/nuget/consume-packages/package-references-in-project-files#how-prunepackagereference-works).
181181
182182
While this feature is enabled by default for the listed TFMs, you can disable it by setting the `RestoreEnablePackagePruning` property to `false` in your project file or *Directory.Build.props* file.
183183

0 commit comments

Comments
 (0)