aspnet / Templates

This repo is OBSOLETE - please see the README file for information
Other
150 stars 57 forks source link

Update DNX references in paths, template Ids and filenames to DotNet #578

Closed phenning closed 8 years ago

phenning commented 8 years ago
  1. VSTemplate file names should be renamed DNX.vstemplate -> DotNet.vstemplate
  2. Template Ids Microsoft.Visualstudio.DNX.* -> Microsoft.Visualstudio.Dotnet.
  3. Templates.xml, Update BaseTemplateIds to use DotNet instead of DNX, update VSTemplatePaths to match changes in 1. above.
  4. VS WebTemplate folder -> WebTemplates/DNX -> WebTemplates/DotNet
phenning commented 8 years ago

Also #543 although that also requires additional support from the project system

phenning commented 8 years ago

This should actually be NetCore, not DotNet