From 05192c4510e140b61d1973713da798d1708668d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Aug 2026 09:36:29 +0000 Subject: [PATCH] Bump xunit.runner.visualstudio from 3.1.5 to 4.0.0 --- updated-dependencies: - dependency-name: xunit.runner.visualstudio dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Directory.Packages.props | 2 +- tests/ARSVIN.Tests/packages.lock.json | 48 +++------------------------ 2 files changed, 5 insertions(+), 45 deletions(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 0752aac5..55ff590a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -7,7 +7,7 @@ - + \ No newline at end of file diff --git a/tests/ARSVIN.Tests/packages.lock.json b/tests/ARSVIN.Tests/packages.lock.json index c6593caa..39b3ff33 100644 --- a/tests/ARSVIN.Tests/packages.lock.json +++ b/tests/ARSVIN.Tests/packages.lock.json @@ -31,9 +31,9 @@ }, "xunit.runner.visualstudio": { "type": "Direct", - "requested": "[3.1.5, )", - "resolved": "3.1.5", - "contentHash": "tKi7dSTwP4m5m9eXPM2Ime4Kn7xNf4x4zT9sdLO/G4hZVnQCRiMTWoSZqI/pYTVeI27oPPqHBKYI/DjJ9GsYgA==" + "requested": "[4.0.0, )", + "resolved": "4.0.0", + "contentHash": "kzLFyBYUnoidpGOXvpNOfIo8C92gVgVR6X8ncHwhcrDYugiOut5rrhDkr0L3cWHd7J2pKXf6LgaeXoBBDlx1ag==" }, "Microsoft.CodeCoverage": { "type": "Transitive", @@ -56,24 +56,11 @@ "Microsoft.TestPlatform.ObjectModel": "18.8.0" } }, - "PacketDotNet": { - "type": "Transitive", - "resolved": "1.4.8", - "contentHash": "j4C4QaJmaPCk0KXsIdsZqmBteKWj5znXBmfbPpu48rE5SW2xwXKVlRf7C3g7VM9aZqMHIQedApEuC71nNX5PaQ==", - "dependencies": { - "System.Runtime.CompilerServices.Unsafe": "6.0.0" - } - }, "System.Collections.Immutable": { "type": "Transitive", "resolved": "8.0.0", "contentHash": "AurL6Y5BA1WotzlEvVaIDpqzpIPvYnnldxru8oXJU2yFxFUy3+pNXjXd1ymO+RA0rq0+590Q8gaz2l3Sr7fmqg==" }, - "System.Memory": { - "type": "Transitive", - "resolved": "4.6.3", - "contentHash": "qdcDOgnFZY40+Q9876JUHnlHu7bosOHX8XISRoH94fwk6hgaeQGSgfZd8srWRZNt5bV9ZW2TljcegDNxsf+96A==" - }, "System.Reflection.Metadata": { "type": "Transitive", "resolved": "8.0.0", @@ -82,16 +69,6 @@ "System.Collections.Immutable": "8.0.0" } }, - "System.Runtime.CompilerServices.Unsafe": { - "type": "Transitive", - "resolved": "6.0.0", - "contentHash": "/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==" - }, - "System.Text.Encoding.CodePages": { - "type": "Transitive", - "resolved": "9.0.5", - "contentHash": "P6gqCJcVjdWA50Eai95eYdG4ryrb1xCd770NhQrvj847C7m30CJwQqzKykWoEMvV4qvjUazL/m7UMQdMZTp5xw==" - }, "xunit.abstractions": { "type": "Transitive", "resolved": "2.0.3", @@ -131,24 +108,7 @@ "dependencies": { "xunit.extensibility.core": "[2.9.3]" } - }, - "arsvin.engine": { - "type": "Project", - "dependencies": { - "SharpPcap": "[6.3.1, )" - } - }, - "SharpPcap": { - "type": "CentralTransitive", - "requested": "[6.3.1, )", - "resolved": "6.3.1", - "contentHash": "EWclXz+QdffBRppFR7GDBLyKiAz045RGvu4t4gcMGocVMEq6dRfCnAEx7Ep6qxcPPhH2kz13Y8FqBaHZhsh3Pg==", - "dependencies": { - "PacketDotNet": "1.4.8", - "System.Memory": "4.6.3", - "System.Text.Encoding.CodePages": "9.0.5" - } } } } -} +} \ No newline at end of file