Skip to content

Commit

Permalink
Update dependency NLog.Schema to v5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 27, 2024
1 parent 08e895f commit c0b13a2
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 @@ -118,7 +118,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.3.0" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
</ItemGroup>
<ItemGroup>
Expand Down
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.3.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.3.0" />
</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 @@ -274,7 +274,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.3.0" />
<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 @@ -270,7 +270,7 @@
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="JetBrains.Annotations" Version="2023.3.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.2.8" />
<PackageReference Include="NLog.Schema" Version="5.3.0" />
<PackageReference Include="TaskScheduler" Version="2.10.1" />
</ItemGroup>
</Project>

0 comments on commit c0b13a2

Please sign in to comment.