Added NuGet.Config

Updated files
This commit is contained in:
UltimateCoder
2024-11-26 22:31:48 +01:00
parent 9e913a0582
commit 2ac90f6b11
6 changed files with 15 additions and 19 deletions
@@ -13,9 +13,9 @@
<dt>Codes:</dt>
@foreach (var code in Model.Codes)
{
<dd>
<text>@code</text>
</dd>
<dd>
<text> @Html.Raw(code) </text>
</dd>
}
</dl>
</div>