Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions templates/package/content/nuget.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down