Skip to content

Commit

Permalink
chore: Update integration tests to NLog v5.2.6 (#2101)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Nov 28, 2023
1 parent 55f1566 commit 576adbe
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.5" Condition="'$(TargetFramework)' == 'net7.0'" />
<PackageReference Include="NLog" Version="5.2.6" 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.5" Condition="'$(TargetFramework)' == 'net481'" />
<PackageReference Include="NLog" Version="5.2.6" Condition="'$(TargetFramework)' == 'net481'" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 576adbe

Please sign in to comment.