Split out built-in templates into new package Microsoft.DotNet.Web.Spa.ProjectTemplates

This commit is contained in:
Steve Sanderson
2017-05-24 14:47:23 +01:00
parent 918e7edbff
commit 6baa2faf09
2 changed files with 53 additions and 36 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.SpaTemplates</id>
<id>{packageId}</id>
<version>{version}</version>
<description>Single Page Application templates for ASP.NET Core</description>
<authors>Microsoft</authors>