Skip to content

Commit

Permalink
test: Update nlog to 5.2.7 (#2105)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Nov 29, 2023
1 parent a66bbfd commit d4e505b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -241,12 +241,12 @@

<ItemGroup> <!-- Versions below 4.5 did not support netstandard 2.0 -->
<PackageReference Include="NLog" Version="4.5.9" Condition="'$(TargetFramework)' == 'net6.0'" />
<PackageReference Include="NLog" Version="5.2.6" Condition="'$(TargetFramework)' == 'net7.0'" />
<PackageReference Include="NLog" Version="5.2.7" Condition="'$(TargetFramework)' == 'net7.0'" />

<PackageReference Include="NLog" Version="4.3.11" Condition="'$(TargetFramework)' == 'net462'" />
<PackageReference Include="NLog" Version="4.1.2" Condition="'$(TargetFramework)' == 'net471'" />
<PackageReference Include="NLog" Version="4.5.11" Condition="'$(TargetFramework)' == 'net48'" />
<PackageReference Include="NLog" Version="5.2.6" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NLog" Version="5.2.7" Condition="'$(TargetFramework)' == 'net481'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d4e505b

Please sign in to comment.