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
@@ -18,6 +18,7 @@
<PackageReference Include="Microsoft.Extensions.Logging.Debug" Version="8.0.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="8.0.10" Condition="'$(Configuration)' == 'Debug'" />
<PackageReference Include="MongoDbGenericRepository" Version="1.6.3" />
</ItemGroup>
<ItemGroup>
@@ -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>