Update dependency NLog.Web.AspNetCore to v5.1.2 (#2696)

* Update dependency NLog.Web.AspNetCore to v5.1.2

* Can we ignore this error?

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: JustArchi <JustArchi@JustArchi.net>
This commit is contained in:
renovate[bot]
2022-09-02 10:50:59 +02:00
committed by GitHub
parent 520063d5b1
commit d4efa7841a
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@
<DebugType>none</DebugType>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<WarningsAsErrors />
<WarningsNotAsErrors>CS8002,IL2026,IL2057,IL2072,IL2075,IL2104</WarningsNotAsErrors>
<WarningsNotAsErrors>CS8002,IL2007,IL2026,IL2057,IL2072,IL2075,IL2104</WarningsNotAsErrors>
</PropertyGroup>
<!-- Enable public signing if not part of Visual Studio, which is too stupid to understand what public signing is -->