Skip to content

Commit 817c444

Browse files
authored
fix trailing space?
1 parent bf883d5 commit 817c444

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Starting in .NET 8, `dotnet restore` [audits NuGet package references for known
117117

118118
## Faster NuGet dependency resolution for large repos
119119

120-
The NuGet dependency resolver has been overhauled to improve performance and scalability for all `<PackageReference>` projects. Enabled by default, the new algorithm speeds up restore operations without compromising on functionality, strictly adhering to the core dependency resolution rules.
120+
The NuGet dependency resolver has been overhauled to improve performance and scalability for all `<PackageReference>` projects. Enabled by default, the new algorithm speeds up restore operations without compromising on functionality, strictly adhering to the core dependency resolution rules.
121121

122122
If you encounter any issues, such as restore failures or unexpected package versions compared to previous releases, you can [revert to the legacy resolver](https://learn.microsoft.com/nuget/consume-packages/Package-References-in-Project-Files#nuget-dependency-resolver).
123123

0 commit comments

Comments
 (0)