mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
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:
parent
520063d5b1
commit
d4efa7841a
2 changed files with 2 additions and 2 deletions
|
@ -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 -->
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<PackageVersion Include="MSTest.TestFramework" Version="2.2.10" />
|
||||
<PackageVersion Include="Newtonsoft.Json" Version="13.0.1" />
|
||||
<PackageVersion Include="Nito.AsyncEx.Coordination" Version="5.1.2" />
|
||||
<PackageVersion Include="NLog.Web.AspNetCore" Version="5.1.1" />
|
||||
<PackageVersion Include="NLog.Web.AspNetCore" Version="5.1.2" />
|
||||
<PackageVersion Include="SteamKit2" Version="2.4.1" />
|
||||
<PackageVersion Include="Swashbuckle.AspNetCore" Version="6.4.0" />
|
||||
<PackageVersion Include="Swashbuckle.AspNetCore.Annotations" Version="6.4.0" />
|
||||
|
|
Loading…
Reference in a new issue