Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
0x53A committed Apr 11, 2017
1 parent 1c5c0ab commit 03aab07
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Paket.Core/Files/ProjectFile.fs
Expand Up @@ -936,6 +936,7 @@ module ProjectFile =
|> Seq.toList

let analyzersNode = generateAnalyzersXml model project

{
GlobalTargetsNodes = globalTargetsNodes
GlobalPropsNodes = globalPropsNodes
Expand All @@ -944,7 +945,7 @@ module ProjectFile =
ChooseNodes = chooseNodes
FrameworkSpecificPropertyChooseNode = frameworkSpecificPropertyChooseNode
AnalyzersNode = analyzersNode
}
} : XmlContext

let removePaketNodes (project:ProjectFile) =
deletePaketNodes "Analyzer" project
Expand Down

0 comments on commit 03aab07

Please sign in to comment.