Add required fields to build nuspec

This commit is contained in:
Ryan Nowak 2018-10-01 16:12:49 -07:00 committed by Steve Sanderson
parent f6b64e5d26
commit 737a6003f5
1 changed files with 3 additions and 0 deletions

View File

@ -4,7 +4,10 @@
<id>Microsoft.AspNetCore.Blazor.Build</id>
<version>$version$</version>
<authors>Microsoft</authors>
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
<description>Build mechanism for Blazor applications.</description>
<licenseUrl>https://raw.githubusercontent.com/aspnet/Home/2.0.0/LICENSE.txt</licenseUrl>
<projectUrl>https://asp.net/</projectUrl>
<dependencies>
<dependency id="Microsoft.AspNetCore.Razor.Design" version="$razorversion$" include="all" />
<dependency id="Microsoft.AspNetCore.Blazor.Analyzers" version="$version$" include="all" />