We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16aee56 commit e0fbb0dCopy full SHA for e0fbb0d
templates/package/content/nuget.tmpl
@@ -39,8 +39,8 @@
39
{{range $framework, $dependencies := .PackageDescriptor.Metadata.Dependencies}}
40
{{range $dependencies}}
41
<tr>
42
- <td>{{.ID}}</td>
43
- <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>
44
<td>{{$framework}}</td>
45
</tr>
46
{{end}}
0 commit comments