jeffhollan / LogicAppTemplateCreator

Script to convert Logic Apps into templates for deployment
MIT License
143 stars 74 forks source link

Cleaning a duplicate entry of packages.config #18

Closed wsilveiranz closed 6 years ago

wsilveiranz commented 6 years ago

The last sync worked well, the only glitch (which didn't impact the build) was two entries in the LogicAppTemplate.csproj pointing to the same file - packages.config. I've removed one of the entries from the project, and reload. Project still builds correctly and packages.config with the right values is still there. Should be safe to merge.