Add required fields to build nuspec
This commit is contained in:
parent
f6b64e5d26
commit
737a6003f5
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Reference in New Issue