Skip to content

Commit b93f882

Browse files
committed
chore: Update integration tests to NLog v5.2.6
1 parent 55f1566 commit b93f882

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/Agent/IntegrationTests/SharedApplications/Common/MultiFunctionApplicationHelpers/MultiFunctionApplicationHelpers.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,12 +241,12 @@
241241

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

246246
<PackageReference Include="NLog" Version="4.3.11" Condition="'$(TargetFramework)' == 'net462'" />
247247
<PackageReference Include="NLog" Version="4.1.2" Condition="'$(TargetFramework)' == 'net471'" />
248248
<PackageReference Include="NLog" Version="4.5.11" Condition="'$(TargetFramework)' == 'net48'" />
249-
<PackageReference Include="NLog" Version="5.2.5" Condition="'$(TargetFramework)' == 'net481'" />
249+
<PackageReference Include="NLog" Version="5.2.6" Condition="'$(TargetFramework)' == 'net481'" />
250250
</ItemGroup>
251251

252252
<ItemGroup>

0 commit comments

Comments
 (0)