Skip to content

Commit

Permalink
Fix unclosed XML tag in PackageReference syntax (loic-sharma#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
nloum authored Jun 30, 2022
1 parent db839bf commit 4a7086e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaGet.Web/Pages/Package.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -305,7 +305,7 @@ else
{
name: "PackageReference",
prefix: "",
content: ["<PackageReference Include=\"@Model.Package.Id\" Version=\"@Model.Package.NormalizedVersionString\">"]
content: ["<PackageReference Include=\"@Model.Package.Id\" Version=\"@Model.Package.NormalizedVersionString\" />"]
},
{
name: "Paket CLI",
Expand Down

0 comments on commit 4a7086e

Please sign in to comment.