You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/core/whats-new/dotnet-10/sdk.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ This feature is enabled by default for all frameworks of a project that targets
177
177
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.
178
178
179
179
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).
181
181
182
182
While this feature is enabled by default forthe listed TFMs, you can disable it by setting the `RestoreEnablePackagePruning` property to `false`in your project file or *Directory.Build.props* file.
0 commit comments