Added NuGet.Config
Updated files
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user