aspnet / Tooling

Issue tracker and info on Visual Studio tooling for ASP.NET
Other
256 stars 124 forks source link

ASP.NET Core migration to VS2017 adds extra items #929

Closed damienbod closed 7 years ago

damienbod commented 7 years ago

ASP.NET Core application migration adds extra items when not needed, for example appsettings.json or views. The existing application didn't not have these items.

Also an usersecrets project reference

damienbod commented 7 years ago

This was a problem in my project.json. The files or the folder do not exist but I still had them configured in the publishOptions of the project.json.