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: README.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
@@ -10,7 +10,7 @@ A dependency manager for .NET with support for NuGet packages and git repositori
10
10
11
11
## Why Paket?
12
12
13
-
NuGet does not separate out the concept of transitive dependencies.
13
+
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.
14
14
If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config.
15
15
There is no way to tell which packages are only transitive dependencies.
0 commit comments