Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
Updated NLog package
Browse files Browse the repository at this point in the history
  • Loading branch information
robvdpol committed Mar 27, 2022
1 parent 945c7de commit 54ddaf5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion RaceControl/RaceControl.Common/RaceControl.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="NLog" Version="4.7.14" />
<PackageReference Include="NLog" Version="4.7.15" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion RaceControl/RaceControl.Core/RaceControl.Core.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<PackageReference Include="Microsoft-WindowsAPICodePack-Core" Version="1.1.4" />
<PackageReference Include="Microsoft-WindowsAPICodePack-Shell" Version="1.1.4" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NLog" Version="4.7.14" />
<PackageReference Include="NLog" Version="4.7.15" />
<PackageReference Include="Prism.Wpf" Version="8.1.97" />
</ItemGroup>
<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion RaceControl/RaceControl/RaceControl.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<PackageReference Include="FlyleafLib" Version="3.4.10" />
<PackageReference Include="GoogleCast" Version="1.7.0" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Wpf" Version="1.1.39" />
<PackageReference Include="NLog" Version="4.7.14" />
<PackageReference Include="NLog" Version="4.7.15" />
<PackageReference Include="Prism.DryIoc" Version="8.1.97" />
<PackageReference Include="RestSharp.Serializers.SystemTextJson" Version="106.15.0" />
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
Expand Down

0 comments on commit 54ddaf5

Please sign in to comment.