feat: link to nuget dependencies

This commit is contained in:
lonix1 2023-08-17 03:08:30 +02:00 committed by GitHub
parent 16aee56e6a
commit e0fbb0df42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
{{range $framework, $dependencies := .PackageDescriptor.Metadata.Dependencies}}
{{range $dependencies}}
<tr>
<td>{{.ID}}</td>
<td>{{.Version}}</td>
<td><a href="https://www.nuget.org/packages/{{.ID}}">{{.ID}}</a></td>
<td><a href="https://www.nuget.org/packages/{{.ID}}/{{.Version}}">{{.Version}}</a></td>
<td>{{$framework}}</td>
</tr>
{{end}}