PentiaLabs / generator-helix

Generate Helix compliant solutions with Yeoman.
MIT License
40 stars 22 forks source link

.csproj file template contains hardcoded reference to VS v10.0 WebPublish build targets #128

Closed uli-weltersbach closed 5 years ago

uli-weltersbach commented 5 years ago

See https://github.com/PentiaLabs/generator-helix/blob/be799177917e8f42d0149d19c8b12151a7fa3ffb/generators/add/Templates/_project.csproj#L72

This causes errors on computers which don't have VS 10.0 WebPublish targets installed (i.e. all computers which don't have VS 2010 installed).

TakeitEasyAlan commented 5 years ago

Hi,

Well using the the feature where you can override any of the default files, by modifying the template, either globally or per project see https://www.npmjs.com/package/generator-helix, but I aggree that we should update the include to VS 2017

uli-weltersbach commented 5 years ago

I didn't realize the lines were marked as Condition="false", so they should just be deleted.