Skip to content

Commit

Permalink
fix convert-from-nuget
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Saunders committed Jan 27, 2016
1 parent 48b5d9b commit b58b11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paket.Core/ProjectFile.fs
Original file line number Diff line number Diff line change
Expand Up @@ -966,7 +966,7 @@ module ProjectFile =
let noneAndContentNodes =
(project.Document |> getDescendants "None") @
(project.Document |> getDescendants "Content")

match noneAndContentNodes |> List.tryFind (withAttributeValue "Include" Constants.PackagesConfigFile) with
| None -> ()
| Some nugetNode ->
Expand Down Expand Up @@ -1296,7 +1296,7 @@ type ProjectFile with

member this.GetAllInterProjectDependenciesWithProjectTemplates = ProjectFile.getAllReferencedProjects this |> ProjectFile.projectsWithTemplates this

member this.ReplaceNuGetPackagesFile () = ProjectFile.removeNuGetTargetsEntries this
member this.ReplaceNuGetPackagesFile () = ProjectFile.replaceNuGetPackagesFile this

member this.RemoveNuGetTargetsEntries () = ProjectFile.removeNuGetTargetsEntries this

Expand Down

0 comments on commit b58b11e

Please sign in to comment.