We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a2082 commit 1993688Copy full SHA for 1993688
RELEASE_NOTES.md
@@ -1,4 +1,4 @@
1
-#### 5.2.4 - 28.06.2017
+#### 5.2.5 - 28.06.2017
2
* BUGFIX: Don't remove placeholder from file view - https://github.com/fsprojects/Paket/issues/2469
3
4
#### 5.2.3 - 27.06.2017
src/Paket.Core/Dependencies/NuGet.fs
@@ -102,9 +102,6 @@ let GetLibFiles(targetFolder) =
102
refs
103
|> Array.append libs
104
|> Array.append runtimeLibs
105
- |> Array.filter (fun p ->
106
- let ext = System.IO.Path.GetExtension p.FullPath
107
- ext = "._" || ".dll".Equals(ext, StringComparison.OrdinalIgnoreCase))
108
109
/// Finds all targets files in a nuget package.
110
let GetTargetsFiles(targetFolder, (pkg : PackageName)) =
0 commit comments