Further update dotnet new template builder to produce correct template.son contents

This commit is contained in:
SteveSandersonMS
2017-02-13 14:05:36 +00:00
parent fadc5d7b98
commit 70ad900f59
2 changed files with 12 additions and 17 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
<metadata>
<id>Microsoft.AspNetCore.Spa.Templates</id>
<id>Microsoft.AspNetCore.SpaTemplates</id>
<version>{version}</version>
<description>Single Page Application templates for ASP.NET Core</description>
<authors>Microsoft</authors>