Add repository in nuspec files
This commit is contained in:
parent
8e4691170a
commit
5c13452d96
|
|
@ -8,6 +8,7 @@
|
|||
<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>
|
||||
<repository type="git" url="https://github.com/aspnet/Blazor" />
|
||||
<dependencies>
|
||||
<dependency id="Microsoft.AspNetCore.Razor.Design" version="$razorversion$" include="all" />
|
||||
<dependency id="Microsoft.AspNetCore.Blazor.Analyzers" version="$version$" include="all" />
|
||||
|
|
|
|||
|
|
@ -7,7 +7,8 @@
|
|||
<description>Templates for ASP.NET Core Blazor</description>
|
||||
<iconUrl>http://go.microsoft.com/fwlink/?LinkID=288859</iconUrl>
|
||||
<language>en-US</language>
|
||||
<projectUrl>https://github.com/aspnet/blazor</projectUrl>
|
||||
<projectUrl>https://asp.net/</projectUrl>
|
||||
<repository type="git" url="https://github.com/aspnet/Blazor" />
|
||||
<licenseUrl>https://www.microsoft.com/web/webpi/eula/net_library_eula_enu.htm</licenseUrl>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
|
|
|
|||
Loading…
Reference in New Issue