Skip to content

Commit

Permalink
Update dependency NLog.Schema to v5.2.5 (#222)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 18, 2023
1 parent 30c90e2 commit 3d75509
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion OotD.Core/OotD.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="NLog" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion OotD.Launcher/OotD.Launcher.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
<ItemGroup>
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="NLog" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="..\OotD.Core\Properties\Resources.resx" Link="Properties\Resources.resx">
Expand Down
2 changes: 1 addition & 1 deletion OotD.x64/OotD.x64.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="NLog" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion OotD.x86/OotD.x86.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.2.0" />
<PackageReference Include="NLog" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.4" />
<PackageReference Include="NLog.Schema" Version="5.2.5" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
</ItemGroup>
</Project>

0 comments on commit 3d75509

Please sign in to comment.