Skip to content

Commit

Permalink
Merge pull request #4174 from bbrandt/patch-1
Browse files Browse the repository at this point in the history
Update readme to reflect update to NuGet
  • Loading branch information
forki authored Nov 18, 2022
2 parents 33c1b9b + 8dcfa69 commit 9494834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ A dependency manager for .NET with support for NuGet packages and git repositori

## Why Paket?

NuGet does not separate out the concept of transitive dependencies.
NuGet [did not]([url](https://devblogs.microsoft.com/nuget/announcing-nuget-6-3-transitive-dependencies-floating-versions-and-re-enabling-signed-package-verification/)) separate out the concept of transitive dependencies.
If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config.
There is no way to tell which packages are only transitive dependencies.

Expand Down

0 comments on commit 9494834

Please sign in to comment.