mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-24 18:47:30 +00:00
18 lines
807 B
XML
18 lines
807 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Microsoft.DotNet.Web.Spa.ProjectTemplates</id>
|
|
<version>0.0.0</version>
|
|
<description>Single Page Application templates for ASP.NET Core</description>
|
|
<authors>Microsoft</authors>
|
|
<language>en-US</language>
|
|
<projectUrl>https://github.com/aspnet/javascriptservices</projectUrl>
|
|
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
|
|
<copyright>Copyright © Microsoft Corporation</copyright>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<packageTypes>
|
|
<packageType name="Template" />
|
|
</packageTypes>
|
|
</metadata>
|
|
</package>
|