Add repository in nuspec files

This commit is contained in:
Suchiman 2018-10-26 23:25:43 +02:00 committed by Daniel Roth
parent 8e4691170a
commit 5c13452d96
2 changed files with 3 additions and 1 deletions

View File

@ -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" />

View File

@ -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>