Add NLog and NLog.Web.AspNetCore dependencies

Included NLog (6.1.1) and NLog.Web.AspNetCore (6.1.2) NuGet packages
to enable advanced logging and ASP.NET Core integration.
This commit is contained in:
2026-03-18 11:12:00 +01:00
parent f78b8dfd9e
commit a68cb68c5c

View File

@@ -12,6 +12,8 @@
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Authentication.Negotiate" Version="8.0.0" />
<PackageReference Include="NLog" Version="6.1.1" />
<PackageReference Include="NLog.Web.AspNetCore" Version="6.1.2" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.6.2" />
</ItemGroup>